Thread: Pgsql versus NT 2000

Pgsql versus NT 2000

From
"Teddy Turmeaux"
Date:
Hi,

I downloaded the binary version for NT.
initbd seems to success, but when I try to start postgres, I've got the
following error :

bash-2.02$ postgres -i
FATAL 1:  Database ted does not exist in pg_database
FATAL 1:  Database ted does not exist in pg_database

Any pointers would be greatly appreciated.

Thanks in advance,
Teddy




RE: Pgsql versus NT 2000

From
Horák Daniel
Date:
> bash-2.02$ postgres -i
> FATAL 1:  Database ted does not exist in pg_database
> FATAL 1:  Database ted does not exist in pg_database

You have to start it with "postmaster -i". With "postgres" it will start in
a special (bootstrap) mode that is used only during inidb.

            Dan