LANG=C results in SQL_ASCII encoding by default for PostgreSQL, which isn't cool
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 11 Mar 2011 20:38:42 +0000 (20:38 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 11 Mar 2011 20:38:42 +0000 (20:38 +0000)
commiteb4847d92112968c858e6aa4cc90d60ad430db7d
treec590df89cd5d6d03b20960ae388e6c85ee2ecd6d
parentc0bd48fa0e3f2bf351a9148f1f465e5b2588d5d2
LANG=C results in SQL_ASCII encoding by default for PostgreSQL, which isn't cool

We want LC_CTYPE=C and LC_COLLATE=C, and SERVER_ENCODING=UTF8.
The docs have been adjusted as 8.4 and up now offer database-level
--lc-ctype / --lc-collate options for createdb command.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@19704 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/extras/Makefile.install