]> granicus.if.org Git - postgresql/commit
Do not pass server_encoding to the client.
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 1 Sep 2003 23:04:49 +0000 (23:04 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 1 Sep 2003 23:04:49 +0000 (23:04 +0000)
commit5f65345a5711db5067664b08fb810b1a388b485d
tree9b37fe18cdec8490b935486066bc7fbddf0623a5
parentf10a9033bf308f9dde0aa77caad6503e233489d1
Do not pass server_encoding to the client.

libpq, talking to an old server, should assume SQL_ASCII as the default
client encoding, because that is what the server will actually use (not
the server encoding).
doc/src/sgml/libpq.sgml
doc/src/sgml/protocol.sgml
src/backend/utils/misc/guc.c
src/interfaces/libpq/fe-protocol2.c