BUG #15498: Pg_Dump failed if Database name contains special characters(non english).

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: vtvkerala(at)gmail(dot)com
Subject: BUG #15498: Pg_Dump failed if Database name contains special characters(non english).
Date: 2018-11-12 11:01:36
Message-ID: 15498-471b9b4c607c004f@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: 15498
Logged by: vinod viswanath
Email address: vtvkerala(at)gmail(dot)com
PostgreSQL version: 9.6.10
Operating system: Windows 10
Description:

I have created a data base example: "Química" this contains an italian
letter "í"

When i created the pgdump using command line

--host 127.0.0.1 --port 7555 --username postgres --format=d --verbose
--jobs=10 --compress 9 --file "C:\Delete\Archive" --dbname "Química"
--schema "Archive_TVT"

I was getting error
"pg_dump: [archiver (db)] connection to database "Quφmica" failed: FATAL:
database "Quφmica" does not exist."
i am using windows 10 English OS, postgre version 9.6.10 .
Please help here.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergei Kornilov 2018-11-12 11:15:12 Re: BUG #15498: Pg_Dump failed if Database name contains special characters(non english).
Previous Message Kyotaro HORIGUCHI 2018-11-12 09:52:14 Re: BUG #15449: file_fdw using program cause exit code error when using LIMIT