Re: BUG #17111: Database created, cannot be created, but reported as inexist - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: BUG #17111: Database created, cannot be created, but reported as inexist
Date
Msg-id 1243431626421694@mail.yandex.ru
Whole thread Raw
In response to BUG #17111: Database created, cannot be created, but reported as inexist  (PG Bug reporting form <noreply@postgresql.org>)
List 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 by date:

Previous
From: Pawel Kudzia
Date:
Subject: Re: IRe: BUG #16792: silent corruption of GIN index resulting in SELECTs returning non-matching rows
Next
From: Sergei Kornilov
Date:
Subject: Re: BUG #17112: Sequence number is not restored when the stored procedure ends abnormally