cueber...@web.de wrote:
... PostgreSQL version: 8.4-beta1
...

CREATE DATABASE "XYZ"
  WITH ENCODING='UTF8'
       OWNER=postgres
       COLLATE='German_Germany'
       CTYPE='German_Germany'
       CONNECTION LIMIT=-1;

The COLLATE and CTYPE options were renamed to LC_COLLATE and LC_CTYPE a few days before packaging beta1. If there's still mentions of COLLATE/CTYPE somewhere in the docs, please let me know.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to