Re: Proposal: CREATE CONVERSION - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Proposal: CREATE CONVERSION
Date
Msg-id 10937.1025879886@sss.pgh.pa.us
Whole thread Raw
In response to Proposal: CREATE CONVERSION  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: Proposal: CREATE CONVERSION  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> Syntax proposal:
> CREATE CONVERSION <conversion name>
>        SOURCE <source encoding name>
>        DESTINATION <destination encoding name>
>        FROM <conversion function name>

Doesn't a conversion currently require several support functions?
How much overhead will you be adding to funnel them all through
one function?

Basically I'd like to see a spec for the API of the conversion
function...

Also, is there anything in SQL99 that we ought to try to be
compatible with?
        regards, tom lane




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: BETWEEN Node & DROP COLUMN
Next
From: Tom Lane
Date:
Subject: Re: DROP COLUMN Progress