Re: BUG #6246: character encoding for 64 bit

From: Susannah <cyclingrelf(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6246: character encoding for 64 bit
Date: 2011-10-12 11:42:28
Message-ID: loom.20111012T133820-528@post.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bo <bo <at> budget123.dk> writes:

>
>
> The following bug has been logged online:
>
> Bug reference: 6246
> Logged by: Bo
> Email address: bo <at> budget123.dk
> PostgreSQL version: 9.1
> Operating system: Windows server 2008
> Description: character encoding for 64 bit
> Details:

>
> D:\>d:\PostgreSQL\9.1\bin\psql.exe -d demo_ -U postgres -c "comment on
> database demo_ is 'test'"
> Password for user postgres:
> psql: FATAL: conversion between WIN1252 and LATIN1 is not supported
> *****************************
>
> Regards Bo TJ
>

I get a very similar error with both 64 bit and 32 bit postgres installations. I
have a table in LATIN1, but whenever I try to connect using psql, I get error
message:
postgres=# \c mydb
FATAL: conversion between WIN1252 and LATIN1 is not supported
Previous connection kept

I can connect through pgAdmin and create tables etc, just not with psql.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Dunstan 2011-10-12 13:13:20 Re: [BUGS] *.sql contrib files contain unresolvable MODULE_PATHNAME
Previous Message Magnus Hagander 2011-10-12 08:42:36 Re: [BUGS] *.sql contrib files contain unresolvable MODULE_PATHNAME