postgresql/src/test/locale/koi8-to-win1251
Tom Lane 870df2b3b7 Fix omission of -X (--no-psqlrc) in some psql invocations.
As of commit d5563d7df, psql -c no longer implies -X, but not all of
our regression testing scripts had gotten that memo.

To ensure consistency of results across different developers, make
sure that *all* invocations of psql in all scripts in our tree
use -X, even where this is not what previously happened.

Michael Paquier and Tom Lane
2015-12-28 11:46:43 -05:00
..
expected Solaris has always had problems with 1947 in the 2000-02-06 05:09:42 +00:00
Makefile Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
runall Fix omission of -X (--no-psqlrc) in some psql invocations. 2015-12-28 11:46:43 -05:00
test-koi8-select.sql.in Addition to test/locale submitted by Oleg Broytmann. Comments from him: 1999-03-29 09:00:19 +00:00
test-koi8-sort.in Addition to test/locale submitted by Oleg Broytmann. Comments from him: 1999-03-29 09:00:19 +00:00
test-koi8.sql.in Improve COPY syntax to use WITH clause, keep backward compatibility. 2002-06-20 16:00:44 +00:00

README

src/test/locale/koi8-to-win1251/README

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
converting created by Tatsuo Ishii <t-ishii@sra.co.jp>.