Re: mistakes in postgresql-snapshots (7.3)

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: stehule(at)kix(dot)fsv(dot)cvut(dot)cz
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: mistakes in postgresql-snapshots (7.3)
Date: 2002-08-05 23:25:39
Message-ID: 20020806.082539.112609217.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> If I created db via SQLcmd CREATE DATABASE aopk WITH encoding = 'LATIN2',
> then databese is created with encoding LATIN2, but if databese is with
> encoding other than SQL_ASCII, than I can't use SET CLIENT_ENCODING =
> 'WINDOWS1250'. I get error ERROR: Conversion between windows1250 and
> LATIN2 is not supported. When database has def. encoding SQL_ASCII, I can
> use cmd SET CLIENT_ENCODING. Why?

That's because some of encoding conversions have not been implemented
yet. Please wait till the beta freeze.
--
Tatsuo Ishii

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2002-08-06 05:17:30 Re: mistakes in postgresql-snapshots (7.3)
Previous Message Tom Lane 2002-08-05 21:22:44 Re: mistakes in postgresql-snapshots (7.3)