Re: Character encodings...

From: Michael Sobolev <mss(at)transas(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Character encodings...
Date: 2000-04-13 11:08:48
Message-ID: 20000413150848.B10892@transas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Manoj Doshi 2000-04-13 13:30:18 [Fwd: Postgres query..]
Previous Message Oleg Broytmann 2000-04-13 11:05:38 Re: Character encodings...