Re: new version of PQconnectdb was:(Re: [HACKERS] Determining client_encoding from client locale)

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: new version of PQconnectdb was:(Re: [HACKERS] Determining client_encoding from client locale)
Дата
Msg-id 4AF04705.7070700@enterprisedb.com
обсуждение исходный текст
Ответ на Re: new version of PQconnectdb was:(Re: [HACKERS] Determining client_encoding from client locale)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
>> Is anyone planning to do further work on this?  This appears to be
>> blocking the client_encoding=auto feature.
> 
> Huh?  Why would there be any linkage?  This is just offering an
> alternative way to set connection options, it has nothing to do
> with what the set of options is.

The client_encoding=auto feature would use the new function in psql to
set the client_encoding to 'auto'. Otherwise it needs to construct a
properly quoted connection string and pass it to the existing
PQconnectdb, which is a bit laborious.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: backup_label in a crash recovery
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: EOL for 7.4?