Tom Lane wrote: > Peter Eisentraut <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
