Re: BUG #17111: Database created, cannot be created, but reported as inexist

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: BUG #17111: Database created, cannot be created, but reported as inexist
Дата
Msg-id 1243431626421694@mail.yandex.ru
обсуждение исходный текст
Ответ на BUG #17111: Database created, cannot be created, but reported as inexist  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
Hello

Please take a look at the register of names.

> FATAL: database "Database" does not exist
> ERROR: database "database" already exists

According SQL syntax https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS "DROP
DATABASEDatabase;" means "DROP DATABASE database;"
 

regards, Sergei



В списке pgsql-bugs по дате отправления:

Предыдущее
От: Pawel Kudzia
Дата:
Сообщение: Re: IRe: BUG #16792: silent corruption of GIN index resulting in SELECTs returning non-matching rows
Следующее
От: Sergei Kornilov
Дата:
Сообщение: Re: BUG #17112: Sequence number is not restored when the stored procedure ends abnormally