]> git.ipfire.org Git - thirdparty/postgresql.git/commit
From: t-ishii@sra.co.jp
authorMarc G. Fournier <scrappy@hub.org>
Sun, 15 Mar 1998 07:53:03 +0000 (07:53 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 15 Mar 1998 07:53:03 +0000 (07:53 +0000)
commit609026bb6b9cc05f9aa0e5a4ad7e06b5a352e969
tree1a81bfb1f93a431c01120ee1ad2b420e69407018
parent661ecf3c48e16a9add216287eb969d7615e47968
From: t-ishii@sra.co.jp

Included are patches intended for allowing PostgreSQL to handle
multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and
Mule internal code. With the MB patch you can use multi-byte character
sets in regexp and LIKE. The encoding system chosen is determined at
the compile time.

To enable the MB extension, you need to define a variable "MB" in
Makefile.global or in Makefile.custom. For further information please
take a look at README.mb under doc directory.

(Note that unlike "jp patch" I do not use modified GNU regexp any
more. I changed Henry Spencer's regexp coming with PostgreSQL.)
src/test/regress/expected/euc_cn.out [new file with mode: 0644]
src/test/regress/expected/euc_jp.out [new file with mode: 0644]
src/test/regress/expected/mule_internal.out [new file with mode: 0644]
src/test/regress/sql/euc_cn.sql [new file with mode: 0644]
src/test/regress/sql/euc_jp.sql [new file with mode: 0644]
src/test/regress/sql/mule_internal.sql [new file with mode: 0644]