diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-06-16 06:42:02 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-06-16 06:42:02 +0000 |
| commit | 8d8bcda2531bbae665c2cbe57dade4271b0eb087 (patch) | |
| tree | 1cb88a3b8fc135e89d6a070dff2244656696c90a /doc/README.locale | |
| parent | 67a636918a85fb29333d6b3c8d576ffe62f7df9a (diff) | |
| download | postgresql-8d8bcda2531bbae665c2cbe57dade4271b0eb087.tar.gz | |
Hello!
Attached to the mail is locale-patch.tar.gz. In the archive
there are:
file README.locale
short description
directory src/test/locale
test suite; currently only koi8-r tests, but the suite can be
easily extended
file locale.patch
the very patch; to apply: patch < locale.patch; should be applied
to postgres-6.3.2 (at least I created it with 6.3.2 without any
additional
patches)
Files touched by the patch: src/include/utils/builtins.h
src/backend/utils/adt/char.c src/backend/utils/adt/varchar.c
src/backend/utils/adt/varlena.c
Oleg
Diffstat (limited to 'doc/README.locale')
| -rw-r--r-- | doc/README.locale | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/README.locale b/doc/README.locale new file mode 100644 index 0000000000..2bd6af2432 --- /dev/null +++ b/doc/README.locale @@ -0,0 +1,17 @@ + +1998 May 25 + + I extended locale support. Now ORDER BY (if PostgreSQL configured with +--enable-locale) uses strcoll() for all text fields: char(n), varchar(n), +text. (I am not sure about ORDER BY char2/char4/etc.) + + I included test suite .../src/test/locale. I didn't include this in +the regression test because not so much people require locale support. Read +.../src/test/locale/README for details on the test suite. + + Many thanks to Oleg Bartunov (oleg@sai.msu.su) and Thomas G. Lockhart +(lockhart@alumni.caltech.edu) for hints, tips, help and discussion. + +Oleg. +---- + Oleg Broytmann http://members.tripod.com/~phd2/ phd2@earthling.net |
