Re: Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding
Date
Msg-id Pine.LNX.4.44.0212052253250.12428-100000@localhost.localdomain
Whole thread Raw
In response to Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding  (pgsql-bugs@postgresql.org)
Responses Re: Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding
List pgsql-bugs
> >From PSQL, if I perform:
> \encoding LATIN9
> insert into i18ntest(id, data) values('Euro symbol', '¤');
>
> then I would expect this to insert a euro symbol into the data column

'¤' means '¤', not anything else.  Maybe you want to try '\244'
(octal).

--
Peter Eisentraut   peter_e@gmx.net

pgsql-bugs by date:

Previous
From: Joe Conway
Date:
Subject: bogus varno EXPLAIN bug (was Re: Explain analyze gives bogus varno for dblink views)
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #839: triggers do not execute in right order in procedures