Re: The mysterious pg_proc.protrftypes - Mailing list pgsql-hackers

From Joel Jacobson
Subject Re: The mysterious pg_proc.protrftypes
Date
Msg-id 283bcc92-ba50-4580-aff5-52d745b15e6f@www.fastmail.com
Whole thread Raw
In response to Re: The mysterious pg_proc.protrftypes  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: The mysterious pg_proc.protrftypes  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: The mysterious pg_proc.protrftypes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Jan 25, 2021, at 08:14, Pavel Stehule wrote:
>you should to use TRANSFORM clause in CREATE FUNCTION statement

Thanks, it worked, and like expected it references the pg_type.oid of the transform.

Attached patch adds "(references pg_type.oid)" to the documentation for pg_proc.protrftypes.

Suggested commit message: "Document the fact that pg_proc.protrftypes references pg_type.oid"

/Joel
Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Identify missing publications from publisher while create/alter subscription.
Next
From: Fujii Masao
Date:
Subject: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit