Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION.
authorRobert Haas <rhaas@postgresql.org>
Wed, 3 Jul 2013 16:24:26 +0000 (12:24 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 3 Jul 2013 16:31:27 +0000 (12:31 -0400)
commit263645305b8f14a3821e04dffa96fa7c1bc2ae86
tree4859864f7c45fb2e37999ba89a3b5c672c9a9acf
parent5530a826434a8d4bc6ba7387d05aa14755406199
Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION.

The collate.linux.utf8 test covers some of the same territory, but
isn't portable and so probably does not get run often, or on
non-Linux platforms.  If this approach turns out to be sufficiently
portable, we may want to look at trimming the redundant tests out
of that file to avoid duplication.

Robins Tharakan, reviewed by Michael Paquier and Fabien Coelho,
with further changes and cleanup by me.
src/test/regress/expected/collate.out
src/test/regress/sql/collate.sql