Re: BUG #4760: unexpected syntax error with CREATE DATABASE

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: CUeberall(at)web(dot)de
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4760: unexpected syntax error with CREATE DATABASE
Date: 2009-04-16 16:18:43
Message-ID: 49E75A63.5020602@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

CUeberall(at)web(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David Fetter 2009-04-16 18:07:38 Re: need information
Previous Message CUeberall 2009-04-16 16:07:27 BUG #4760: unexpected syntax error with CREATE DATABASE