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

From Tatsuo Ishii
Subject Re: Proposal: CREATE CONVERSION
Date
Msg-id 20020708.100447.104048990.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: Proposal: CREATE CONVERSION  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Proposal: CREATE CONVERSION  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Re: Proposal: CREATE CONVERSION  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> So I withdraw my earlier comment.  But perhaps the syntax of the proposed
> command could be aligned with the CREATE TRANSLATION command.

Ok. What about this?
   CREATE CONVERSION <conversion name>     FOR <encoding name>     TO <encoding name>     FROM <conversion routine
name>
   DROP CONVERSION <conversion name>

BTW, I wonder if we should invent new access privilege for conversion.
--
Tatsuo Ishii




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Issues Outstanding for Point In Time Recovery (PITR)
Next
From: Bruce Momjian
Date:
Subject: Re: Non-standard feature request