The environment variables are set OK and export'd.
>> Yes the postmaster process is running.
>> nohup postmaster -i >pgserver.log 2>&1 &
>> The log file is empty until I try to create the database, then it gives
the
>> error.
>then the last thing I can think of, is location of data files:)
>chcec
On Mon, 13 Dec 1999, Mark Alliban wrote:
> Yes the postmaster process is running.
> nohup postmaster -i >pgserver.log 2>&1 &
> The log file is empty until I try to create the database, then it gives the
> error.
then the last thing I can think of, is location of data files:)
chceck enviromant var
Yes the postmaster process is running.
nohup postmaster -i >pgserver.log 2>&1 &
The log file is empty until I try to create the database, then it gives the
error.
>> I have already done this, and it completed successfully.
>> There is a /usr/local/pgsql/data/base/template1 directory with a lot of
On Mon, 13 Dec 1999, Mark Alliban wrote:
> I have already done this, and it completed successfully.
> There is a /usr/local/pgsql/data/base/template1 directory with a lot of pg_
> files in it.
You may chceck if postmaster is running...
mazek
I have already done this, and it completed successfully.
There is a /usr/local/pgsql/data/base/template1 directory with a lot of pg_
files in it.
Mark.
>> Postgres$ createdb test
>> Connection to database 'template1' failed.
>do
>initdb
>You just don't have "default" database.
>mazek
*
On Mon, 13 Dec 1999, Mark Alliban wrote:
> Postgres$ createdb test
> Connection to database 'template1' failed.
do
initdb
You just don't have "default" database.
mazek
Hi,
I have just installed PostgreSQL on
SCO OpenServer 5.05 but I am having problems creating a database. My pg_hba.conf
file reads:
local
all
trusthost
all
127.0.0.1 255.255.255.255
trust
When I try to create a dat