Re: incorrect info in dblink examples

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: dgwann(at)yahoo(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: incorrect info in dblink examples
Date: 2023-02-28 09:04:19
Message-ID: Y/3Dk2olOIIN9VZv@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2023-03-01 07:21:30 Mistake in statement example
Previous Message Michael Paquier 2023-02-28 08:40:28 Re: Add missing meson arguments in docs