Re: Character encodings... - Mailing list pgsql-general

From Michael Sobolev
Subject Re: Character encodings...
Date
Msg-id 20000413150848.B10892@transas.com
Whole thread Raw
In response to Re: Character encodings...  ("Oliver Elphick" <olly@lfix.co.uk>)
Responses Re: Character encodings...
List pgsql-general
On Thu, Apr 13, 2000 at 11:54:17AM +0100, Oliver Elphick wrote:
> Turn on logging in the backend (edit /etc/postgresql/postmaster.init) and
> restart the postmaster (/etc/init.d/postgresql restart).  See what you get
> in the log.
What level of debug should be sufficient?

I've got an impression that it's psql that does not process correctly the
stuff.

I have a very simple statement:

    insert into news values ('2000-04-13', NULL, '');

This works just fine.  Now I replace '' with 'A' (A -- 65).  It still works
just fine.  Now I replace this latin A with Russian A.  And psql shows:

$ psql -f test.sql stuff
insert into news values ('2000-04-12', NULL, 'А');
EOF

--
Mike

pgsql-general by date:

Previous
From: Oleg Broytmann
Date:
Subject: Re: Character encodings...
Next
From: Serj MD
Date:
Subject: Re: PHP-Postgres link