Re: incorrect info in dblink examples - Mailing list pgsql-docs

From Michael Paquier
Subject Re: incorrect info in dblink examples
Date
Msg-id Y/3Dk2olOIIN9VZv@paquier.xyz
Whole thread Raw
In response to incorrect info in dblink examples  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
On Mon, Feb 27, 2023 at 07:24:37PM +0000, PG Doc comments form wrote:
> In your examples,       AS t1(proname name, prosrc text)
> should actually be       AS t1(proname text, prosrc text)
>
> This occurs frequently in the documentation at the following link:
> https://www.postgresql.org/docs/current/contrib-dblink-function.html

Why?  pg_proc.proname uses "name" as data type, so this is not wrong.
--
Michael

Attachment

pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add missing meson arguments in docs
Next
From: PG Doc comments form
Date:
Subject: Mistake in statement example