Support SET/SHOW/RESET client_encoding and server_encoding even when

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0a63b6d066c2736570cd23e9d6d84eddde6d4c4c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-10-25T19:44:44Z
Releases: 7.1.1
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.

Files