readme

来自「PostgreSQL7.4.6 for Linux」· 代码 · 共 26 行

TXT
26
字号
$Header: /cvsroot/pgsql/src/test/locale/README,v 1.4 2002/09/03 21:45:44 petere Exp $This directory contains a set of tests for locales.  I provided one Cprogram test-ctype.c to test CTYPE support in libc and the installedlocale data.  Then there are test-sort.pl and test-sort.py that testcollating.To run a test for some locale run    gmake check-$localefor example    gmake check-koi8-rCurrently, there are only tests for a few locales available.  The script'runall' calls test-ctype to test libc and locale data, test-sort.pl(uncomment test-sort.py, if you have a Python interpreter installed), anddoes tests on PostgreSQL with the provided SQL script files.To add locale tests one needs to create a directory $locale and createa Makefile (and other files) similar to koi8-r/*.  Actually, the simplest(I think) method is just to copy the koi8-r directory and edit/replacethe files.Oleg.----     Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?