postgresql/src/interfaces/libpq/.gitignore
Peter Eisentraut 02e14562a8 Set psql client encoding from locale by default
Add a new libpq connection option client_encoding (which includes the
existing PGCLIENTENCODING environment variable), which besides an
encoding name accepts a special value "auto" that tries to determine
the encoding from the locale in the client's environment, using the
mechanisms that have been in use in initdb.

psql sets this new connection option to "auto" when running from a
terminal and not overridden by setting PGCLIENTENCODING.

original code by Heikki Linnakangas, with subsequent contributions by
Jaime Casanova, Peter Eisentraut, Stephen Frost, Ibrar Ahmed
2011-02-19 08:54:58 +02:00

20 lines
220 B
Plaintext

/exports.list
/chklocale.c
/crypt.c
/getaddrinfo.c
/inet_aton.c
/inet_net_ntop.c
/noblock.c
/open.c
/pgstrcasecmp.c
/snprintf.c
/strerror.c
/strlcpy.c
/thread.c
/win32error.c
/pgsleep.c
/md5.c
/ip.c
/encnames.c
/wchar.c