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

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: "bernaridho(at)outlook(dot)co(dot)id" <bernaridho(at)outlook(dot)co(dot)id>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17111: Database created, cannot be created, but reported as inexist
Date: 2021-07-16 07:53:03
Message-ID: 1243431626421694@mail.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 DATABASE Database;" means "DROP DATABASE database;"

regards, Sergei

In response to

Browse pgsql-bugs by date

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