> 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