Обсуждение: Pgsql versus NT 2000

Поиск
Список
Период
Сортировка

Pgsql versus NT 2000

От
"Teddy Turmeaux"
Дата:
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

От
Horák Daniel
Дата:
> 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