Re: Postgres DB
От | Tom Lane |
---|---|
Тема | Re: Postgres DB |
Дата | |
Msg-id | 20409.1077506948@sss.pgh.pa.us обсуждение исходный текст |
Ответы |
Input Arguments
Re: Error Number in Function DATEADD EXECUTing QUERY: Re: Postgres DB Execute Query in Postgres Function Unicode Support CURSORS - Please help urgent. Postgres DB |
Список | pgsql-sql |
"Sumita Biswas" <sbiswas@cisco.com> writes: > But when I type the command "psql" and don't specify a DB name, it says > that: > psql: FATAL: Database "postgres" does not exist in the system catalog. Yes, because psql's default behavior is to try to connect to the DB with the same name as your user name. That doesn't mean that such a DB is guaranteed to exist, or even that anything is going to try to create it for you. It's just a default behavior that people have found handy. regards, tom lane
В списке pgsql-sql по дате отправления: