Re: Catastrophic changes to PostgreSQL 8.4 - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Catastrophic changes to PostgreSQL 8.4
Date
Msg-id 4B18085E.8010702@agliodbs.com
Whole thread Raw
In response to Re: Catastrophic changes to PostgreSQL 8.4  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
> On Wed, Dec 2, 2009 at 10:49 PM, Adrian Klaver <aklaver@comcast.net> wrote:
>> When I tried the above Postgres did not ignore the command, instead it gave me
>> the following error and did not create the database:
>> CREATE DATABASE bacula ENCODING 'SQL_ASCII';
>> ERROR:  new encoding (SQL_ASCII) is incompatible with the encoding of the
>> template database (UTF8)
>> HINT:  Use the same encoding as in the template database, or use template0 as

Boy, this looks like a reason why app developers should do some beta
testing of new Postgres versions ...

--Josh Berkus



pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: [PATCH] Largeobject Access Controls (r2432)
Next
From: Robert Haas
Date:
Subject: Re: [PATCH] Largeobject Access Controls (r2432)