Re: Proposal: CREATE CONVERSION

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: peter_e(at)gmx(dot)net, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal: CREATE CONVERSION
Date: 2002-07-08 13:48:02
Message-ID: 16978.1026136082@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> CATALOG(pg_conversion)
> {
> NameData conname;
> Oid connamespace;
> int4 conowner;
> int4 conforencoding;
> int4 contoencoding;
> Oid conproc;
> } FormData_pg_conversion;

Should use type "regproc" for conproc, I think.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-07-08 14:19:08 Re: BlockNumber fixes
Previous Message Tom Lane 2002-07-08 13:44:44 Re: Proposal: CREATE CONVERSION