BUG #6452: psql: can't change client encoding from the command line

From: felix(dot)gerzaguet(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6452: psql: can't change client encoding from the command line
Date: 2012-02-11 18:02:55
Message-ID: E1RwHHj-0002h6-Ds@wrigleys.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: 6452
Logged by: Félix
Email address: felix(dot)gerzaguet(at)gmail(dot)com
PostgreSQL version: 9.1.2
Operating system: Win XP Pro SP3
Description:

Hi,

here is the problem:

Using the command line, I can't change the client encoding, but I can change
it using the "\encoding" command :

C:\>psql --variable=ENCODING=UTF8
could not find a "psql" to execute
could not find a "psql" to execute
psql (9.1.2)
WARNING: Console code page (850) differs from Windows code page (1252)
8-bit characters might not work correctly. See psql reference
page "Notes for Windows users" for details.
Type "help" for help.

postgres=# \encoding
WIN1252
postgres=# \echo :ENCODING
WIN1252
postgres=# \encoding UTF8
postgres=# \encoding
UTF8
postgres=# \echo :ENCODING
UTF8
postgres=# \q

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message nowind_lee 2012-02-12 10:17:09 rs.getMetaData.getTableName always return empty string
Previous Message quanhaqub@yahoo.com 2012-02-10 17:31:04 Re: BUG #5679: pgAdminIII 1.12.0 hangs