Re: BUG #6246: character encoding for 64 bit - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: BUG #6246: character encoding for 64 bit
Date
Msg-id 4E94F894.9000108@ringerc.id.au
Whole thread Raw
In response to BUG #6246: character encoding for 64 bit  ("Bo" <bo@budget123.dk>)
Responses Re: BUG #6246: character encoding for 64 bit  (Bo Thorbjørn Jensen <bo@budget123.dk>)
List pgsql-bugs
On 10/10/2011 04:20 PM, Bo wrote:
> The following bug has been logged online:
>
> Bug reference:      6246
> Logged by:          Bo
> Email address:      bo@budget123.dk
> PostgreSQL version: 9.1
> Operating system:   Windows server 2008
> Description:        character encoding for 64 bit
> Details:
>
> I have just installed postgresql-9.1.1 on a windows server 2008 64 (from
> binary postgresql-9.1.1-1-windows-x64)
> One database is in latin1 encoding and when connecting to it with psql i get
> an error:

What's the output of the psql command:

    \l+

?

What does "SHOW client_encoding;" report for the working and non-working
tests?

Can you connect to the problem database "demo_" from PgAdmin III? Is it
only psql on the Windows command line that's a problem?

What's your default codepage for your windows commandline, when you
change nothing?

--
Craig Ringer

pgsql-bugs by date:

Previous
From: Leandro Guimarães Faria Corce DUTRA
Date:
Subject: Re: BUG #6244: Ordering Problem
Next
From: Craig Ringer
Date:
Subject: Re: BUG #6251: cannot create roles that can actually login