Re: client_encoding directive is ignored in

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: client_encoding directive is ignored in
Дата
Msg-id 20030216.210936.104029191.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: client_encoding directive is ignored in  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: client_encoding directive is ignored in  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > 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.
> 
> If we change the backend behavior without changing libpq, aren't we
> breaking things even worse?  As long as libpq behaves as in (2), hadn't
> the backend better init its idea of client_encoding to match
> database_encoding?

Why? No matter how the backend's behavior regarding client_encoding
changes, libpq won't be affected by it since 7.2 and 7.3 libpq does
not use client_encoding anyway.
--
Tatsuo Ishii


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: Linux.conf.au 2003 Report
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: location of the configuration files