pgsql/src/include/mb (pg_wchar.h)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/mb (pg_wchar.h)
Date: 2000-10-25 19:44:43
Message-ID: 200010251944.e9PJihN01845@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-10-25 19:44:44 pgsql/src/backend/commands (variable.c)
Previous Message Tom Lane 2000-10-25 19:36:04 pgsql/src/backend/utils/adt (ascii.c)