]> granicus.if.org Git - postgresql/commit
Support SET/SHOW/RESET client_encoding and server_encoding even when
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Oct 2000 19:44:44 +0000 (19:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Oct 2000 19:44:44 +0000 (19:44 +0000)
commit0a63b6d066c2736570cd23e9d6d84eddde6d4c4c
treefa6f1863107024871adac4ff3badc31cdbf8b67f
parent995ccad699ccf303591bbd7a5599fa2dcb16dcad
Support SET/SHOW/RESET client_encoding and server_encoding even when
MULTIBYTE support is not compiled (you just can't set them to anything
but SQL_ASCII).  This should reduce interoperability problems between
MB-enabled clients and non-MB-enabled servers.
src/backend/commands/variable.c
src/backend/utils/mb/Makefile
src/backend/utils/mb/README
src/backend/utils/mb/variable.c [deleted file]
src/include/mb/pg_wchar.h