Add tests for libpq query cancellation APIs
[pgsql.git] / src / test / locale / README
blobe290e31480ed3cee5e153ffb504288a2b58f4f3b
1 src/test/locale/README
3 Locales
4 =======
6 This directory contains a set of tests for locales.  I provided one C
7 program test-ctype.c to test CTYPE support in libc and the installed
8 locale data.  Then there are test-sort.pl and test-sort.py that test
9 collating.
11 To run a test for some locale run
12     make check-$locale
13 for example
14     make check-koi8-r
16 Currently, there are only tests for a few locales available.  The script
17 'runall' calls test-ctype to test libc and locale data, test-sort.pl
18 (uncomment test-sort.py, if you have a Python interpreter installed), and
19 does tests on PostgreSQL with the provided SQL script files.
21 To add locale tests one needs to create a directory $locale and create
22 a Makefile (and other files) similar to koi8-r/*.  Actually, the simplest
23 (I think) method is just to copy the koi8-r directory and edit/replace
24 the files.
26 Oleg.
27 ----
28     Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net