BUG #15509: Pg_Dump failed if Database name contains non ascii characters

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: vinod(dot)t(dot)v(at)outlook(dot)com
Subject: BUG #15509: Pg_Dump failed if Database name contains non ascii characters
Date: 2018-11-16 05:06:41
Message-ID: 15509-59ca9b34c6573944@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15509
Logged by: vinod tv
Email address: vinod(dot)t(dot)v(at)outlook(dot)com
PostgreSQL version: 9.6.10
Operating system: Windows 10
Description:

Steps:
1) While installing postgres i have selected only Locale [Default Locale]
and install postgres in win10

2) Create a database with non ascii name example : Química Ltda
Script used :-
CREATE DATABASE "Química Ltda" WITH ENCODING='UTF8' OWNER postgres
CONNECTION LIMIT=-1;

3) Use command prompt to take a pg_dump
Command used
--host localhost --port 7555 --username postgres --format=d --verbose
--jobs=10 --compress 9 --file "C:\Delete\vt" --dbname "Química"

4) Error thrown
pg_dump: [archiver (db)] connection to database "Química Ltda" failed:
FATAL: database "Química Ltda" does not exist

Expecting a reply...

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2018-11-16 05:22:27 Re: BUG #15509: Pg_Dump failed if Database name contains non ascii characters
Previous Message Thomas Munro 2018-11-16 01:10:38 Re: Fail to create PK or index for large table in Windows