pgsql/src/include/mb (pg_wchar.h)
Started by Tom Laneover 25 years ago1 messagescomitters
Date: Wednesday, October 25, 2000 @ 15:44:43
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/include/mb
from hub.org:/home/projects/pgsql/tmp/cvs-serv1841/src/include/mb
Modified Files:
pg_wchar.h
----------------------------- Log Message -----------------------------
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.