postgresql/src/bin
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
..
initdb DDL support for collations 2011-02-12 15:55:18 +02:00
pg_basebackup Use NOWAIT when including WAL in base backup 2011-02-10 12:11:23 +01:00
pg_config Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_controldata Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ctl pg_ctl promote 2011-02-15 21:30:23 -05:00
pg_dump Create the catalog infrastructure for foreign-data-wrapper handlers. 2011-02-19 00:07:15 -05:00
pg_resetxlog Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pgevent Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psql Set psql client encoding from locale by default 2011-02-19 08:54:58 +02:00
scripts Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00