Обсуждение: pgsql/src/backend/utils/mb (Makefile README variable.c)

Поиск
Список
Период
Сортировка

pgsql/src/backend/utils/mb (Makefile README variable.c)

От
Tom Lane
Дата:
  Date: Wednesday, October 25, 2000 @ 15:44:44
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/mb
     from hub.org:/home/projects/pgsql/tmp/cvs-serv1841/src/backend/utils/mb

Modified Files:
    Makefile README

Removed Files:
    variable.c

-----------------------------  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.