Conversion Questions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Conversion Questions
Дата
Msg-id Pine.LNX.4.44.0209202153560.1149-100000@localhost.localdomain
обсуждение исходный текст
Ответы Re: Conversion Questions  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Is there ever a need to have more than one conversion for a given
combination of encodings?  And if I have more than one combination
registered, which one is used by the implicit server/client conversion?

Also, if my server encoding is A and my client encoding is B, and I do

SELECT convert('some string' using a_to_c); -- not B

or even

SELECT convert('some string' using e_to_f);

this would surely lead to bogus results?  What's the use of all this?

-- 
Peter Eisentraut   peter_e@gmx.net



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: Memory Errors...
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Conversion Questions