Re: client_encoding directive is ignored in

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgman(at)candle(dot)pha(dot)pa(dot)us
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: client_encoding directive is ignored in
Date: 2003-02-16 00:51:44
Message-ID: 20030216.095144.74750269.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> OK, can we better document that GUC client_encoding is broken, then fix
> in 7.4?

Actually the problem can be divided into two parts:

1) backend does not process GUC client_encoding.

2) libpq does not ask the backend's client_encoding, instead it asks
datanbase encoding when it starts up the connection. This is just a
mistake.

I think we could fix 1) without any backward compatibilty problem and
should be applied to both 7.3-STATBLE and current.
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2003-02-16 00:56:57 Re: Todo "claim": psql tab completion on schema names
Previous Message Ross J. Reedstrom 2003-02-16 00:49:57 Re: Todo "claim": psql tab completion on schema names