Conversion Questions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Conversion Questions
Date
Msg-id Pine.LNX.4.44.0209202153560.1149-100000@localhost.localdomain
Whole thread Raw
Responses Re: Conversion Questions  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List 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 by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: Memory Errors...
Next
From: Tatsuo Ishii
Date:
Subject: Re: Conversion Questions