Re: BUG #5701: CREATE TABLE ERROR - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: BUG #5701: CREATE TABLE ERROR
Date
Msg-id 4CB0CC0A.3020309@postnewspapers.com.au
Whole thread Raw
In response to BUG #5701: CREATE TABLE ERROR  ("Didier URBAN" <urban@issendis.com>)
List pgsql-bugs
On 10/09/2010 05:36 PM, Didier URBAN wrote:
>
> The following bug has been logged online:
>
> Bug reference:      5701
> Logged by:          Didier URBAN
> Email address:      urban@issendis.com
> PostgreSQL version: 9.0.1
> Operating system:   Windows 7
> Description:        CREATE TABLE ERROR
> Details:
>
> Hello,
>
> If we set client_encryption to 'Latin9',

client_encoding perhaps?

> CREATE TABLE IS NOT WORKING AFTER

Exact error message please, and preferably the script/command sequence
you're running.

Please also include the output of the:

   show server_encoding;

command while connected to the database you're using, and/or the output
of the psql "\l" command.

Further hints here:

http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

--
Craig Ringer

pgsql-bugs by date:

Previous
From: "Didier URBAN"
Date:
Subject: BUG #5701: CREATE TABLE ERROR
Next
From: "Corin"
Date:
Subject: BUG #5702: pg fails to use a conditional index even the where clause matches the condition