summaryrefslogtreecommitdiff
path: root/src/test/locale
diff options
context:
space:
mode:
authorBruce Momjian2008-03-21 13:23:29 +0000
committerBruce Momjian2008-03-21 13:23:29 +0000
commitfca9fff41bf2c1d4340404af23491bff65bc2e4b (patch)
tree768ae839c4004e92d2e39ced660ae97151b2e685 /src/test/locale
parentd287818eb514d431b1a68e1f3940cd958f82aa34 (diff)
More README src cleanups.
Diffstat (limited to 'src/test/locale')
-rw-r--r--src/test/locale/README5
-rw-r--r--src/test/locale/de_DE.ISO8859-1/README2
-rw-r--r--src/test/locale/gr_GR.ISO8859-7/README2
-rw-r--r--src/test/locale/koi8-to-win1251/README2
4 files changed, 10 insertions, 1 deletions
diff --git a/src/test/locale/README b/src/test/locale/README
index 962fccb89c..f3eeba36fd 100644
--- a/src/test/locale/README
+++ b/src/test/locale/README
@@ -1,4 +1,7 @@
-$PostgreSQL: pgsql/src/test/locale/README,v 1.5 2003/11/29 19:52:14 pgsql Exp $
+$PostgreSQL: pgsql/src/test/locale/README,v 1.6 2008/03/21 13:23:29 momjian Exp $
+
+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
diff --git a/src/test/locale/de_DE.ISO8859-1/README b/src/test/locale/de_DE.ISO8859-1/README
index 0ef1c8c5fe..76d9fd16bc 100644
--- a/src/test/locale/de_DE.ISO8859-1/README
+++ b/src/test/locale/de_DE.ISO8859-1/README
@@ -1,2 +1,4 @@
+$PostgreSQL: pgsql/src/test/locale/de_DE.ISO8859-1/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
+
de_DE.ISO-8859-1 (German) locale test.
Created by Armin Diehl <diehl@net-connection.de>
diff --git a/src/test/locale/gr_GR.ISO8859-7/README b/src/test/locale/gr_GR.ISO8859-7/README
index 62023d0c8e..04a5202254 100644
--- a/src/test/locale/gr_GR.ISO8859-7/README
+++ b/src/test/locale/gr_GR.ISO8859-7/README
@@ -1,2 +1,4 @@
+$PostgreSQL: pgsql/src/test/locale/gr_GR.ISO8859-7/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
+
gr_GR.ISO8859-7 (Greek) locale test.
Created by Angelos Karageorgiou <angelos@awesome.incredible.com>
diff --git a/src/test/locale/koi8-to-win1251/README b/src/test/locale/koi8-to-win1251/README
index 1ad3bde81d..35d64ab2c6 100644
--- a/src/test/locale/koi8-to-win1251/README
+++ b/src/test/locale/koi8-to-win1251/README
@@ -1,3 +1,5 @@
+$PostgreSQL: pgsql/src/test/locale/koi8-to-win1251/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
+
koi8-to-win1251 test. The database should be created in koi8 (createdb -E koi8),
test uses koi8-to-win1251 converting feature.
Created by Oleg Broytmann <phd2@earthling.net>. Code for encodings