Re: Character encodings...

Поиск
Список
Период
Сортировка
От Michael Sobolev
Тема Re: Character encodings...
Дата
Msg-id 20000413150848.B10892@transas.com
обсуждение исходный текст
Ответ на Re: Character encodings...  ("Oliver Elphick" <olly@lfix.co.uk>)
Ответы Re: Character encodings...  ("Oliver Elphick" <olly@lfix.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: Oleg Broytmann
Дата:
Сообщение: Re: Character encodings...
Следующее
От: Serj MD
Дата:
Сообщение: Re: PHP-Postgres link