/
balmaster
/
postgres
ОбзорДокументацияВойти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../test/locale/
..
de_DE.ISO8859-1

Fix omission of -X (--no-psqlrc) in some psql invocations.

11 лет назад
gr_GR.ISO8859-7

Fix omission of -X (--no-psqlrc) in some psql invocations.

11 лет назад
koi8-r

Fix omission of -X (--no-psqlrc) in some psql invocations.

11 лет назад
koi8-to-win1251

Fix omission of -X (--no-psqlrc) in some psql invocations.

11 лет назад
.gitignore

Revert per-index collation version tracking feature.

5 лет назад
Makefile

Remove distprep

3 года назад
README

Rename 'gmake' to 'make' in docs and recommended commands

12 лет назад
sort-test.pl

Update copyright for 2026

7 месяцев назад
sort-test.py

pycodestyle (PEP 8) cleanup in Python scripts

4 года назад
test-ctype.c

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
README
src/test/locale/README
 
Locales
=======
 
This directory contains a set of tests for locales. I provided one C
program test-ctype.c to test CTYPE support in libc and the installed
locale data. Then there are test-sort.pl and test-sort.py that test
collating.
 
To run a test for some locale run
make check-$locale
for example
make check-koi8-r
 
Currently, 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), and
does tests on PostgreSQL with the provided SQL script files.
 
To add locale tests one needs to create a directory $locale and create
a Makefile (and other files) similar to koi8-r/*. Actually, the simplest
(I think) method is just to copy the koi8-r directory and edit/replace
the files.
 
Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2@earthling.net