summaryrefslogtreecommitdiff
path: root/doc/README.locale
AgeCommit message (Collapse)Author
2000-09-30Convert more charset/locale documentation to DocBookPeter Eisentraut
1999-08-16Typo fixBruce Momjian
1999-08-16 I've sent 3 mails to pgsql-patches. There are two files, one for docBruce Momjian
and for src/data directories, and one minor patch for doc/README.locale. Please apply. Oleg.
1999-04-15Hello!Tatsuo Ishii
Attached is new README.locale. Should go into .../doc. Includes instructions on how to install and use Multibyte support. Primarily oriented toward Russian (Cyrillic) users. Oleg. ---- Oleg Broytmann http://members.xoom.com/phd2/ phd2@earthling.net Programmers don't die, they just GOSUB without RETURN.
1998-12-13Cleanup patch from Oleg.Bruce Momjian
1998-06-16Hello!Bruce Momjian
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