Re: FATAL: no such database
От
Tom Lane
Тема
Re: FATAL: no such database
Дата
Msg-id
582711.1645476238@sss.pgh.pa.us
Ответ на
FATAL: no such database (BeeRich Lists)
Список
Дерево обсуждения
FATAL: no such database BeeRich Lists <bee.lists@gmail.com>
Re: FATAL: no such database Tom Lane <tgl@sss.pgh.pa.us>
BeeRich Lists writes: > For some reason I cannot create a database. I use Sequel, Postico, and psql, and all three won’t create a database. The first two write the syntax for me, and they too return errors. Here is an example in psql: > rich=# CREATE DATABASE alpha; > CREATE DATABASE > rich=# \c alpha; > FATAL: no such database: alpha > Previous connection kept Well, that's just odd. Do you have any nondefault extensions loaded into the database? I notice that the normal message for a missing database looks different: alpha=# \c alpha2 FATAL: database "alpha2" does not exist Previous connection kept and in fact the string "no such database" appears nowhere in the core Postgres code. So I'm not sure what's throwing that error, but I guess it must be some add-on code. BTW, the semicolon is superfluous, although I suspect that removing it won't change anything. regards, tom lane
В списке pgsql-novice по дате отправления