Re: The mysterious pg_proc.protrftypes

From: "Joel Jacobson" <joel(at)compiler(dot)org>
To: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: The mysterious pg_proc.protrftypes
Date: 2021-01-25 07:46:24
Message-ID: 283bcc92-ba50-4580-aff5-52d745b15e6f@www.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pg-proc-protrftypes-references-pg-type-oid.patch application/octet-stream 632 bytes

In response to

Responses

Browse pgsql-hackers by date

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