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

From PG Bug reporting form
Subject BUG #17111: Database created, cannot be created, but reported as inexist
Date
Msg-id 17111-c66d4212978a0260@postgresql.org
Whole thread Raw
Responses Re: BUG #17111: Database created, cannot be created, but reported as inexist  (Sergei Kornilov <sk@zsrv.org>)
Re: BUG #17111: Database created, cannot be created, but reported as inexist  (Japin Li <japinli@hotmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17111
Logged by:          Bernaridho Hutabarat
Email address:      bernaridho@outlook.co.id
PostgreSQL version: 12.7
Operating system:   CentOS
Description:

postgres=# \c Database
FATAL:  database "Database" does not exist
Previous connection kept
postgres=# CREATE DATABASE Database;
ERROR:  database "database" already exists
postgres=# DROP DATABASE Database;
DROP DATABASE
postgres=# CREATE DATABASE Database OWNER ServiceUser1;
CREATE DATABASE
postgres=# \c Database;
FATAL:  database "Database" does not exist
Previous connection kept
postgres=# DROP DATABASE Database; 
DROP DATABASE
postgres=# CREATE DATABASE Database OWNER postgres;
CREATE DATABASE
postgres=# \c Database;
FATAL:  database "Database" does not exist
Previous connection kept
postgres=# DROP DATABASE Database;
DROP DATABASE
postgres=# \q


pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #17103: WAL segments are not removed after exceeding max_slot_wal_keep_size
Next
From: Alexander Korotkov
Date:
Subject: Re: BUG #17066: Cache lookup failed when null (iso-8859-1) is passed as anycompatiblemultirange