Re: Please make a note regarding the PL/pgSQL FOUND variable

From: Thomas Trias <tomtrias(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Please make a note regarding the PL/pgSQL FOUND variable
Date: 2023-11-04 15:23:11
Message-ID: CAJYfT7gJgYoeAodatPVjMbs8DD29d6pRUOV+3w102oE3j=h0yQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Perhaps it could be explicitly stated on that page, then? Part of the
confusion arises from the semantic differences between SELECT INTO and
CREATE TABLE AS SELECT solely as used within PL/pgSQL, which is exacerbated
for people coming from a different SQL variant, such as T-SQL. I agree that
the documentation is explicit regarding which statements are supported for
FOUND, but this would be the explicit enumeration of a case where it is not
that has enough overlap with the supported cases as to potentially lead to
confusion. I do not think such could possibly detract from the
documentation in any way.

On Sat, Nov 4, 2023 at 10:16 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> > Since I was recently bitten by the fact that CREATE TABLE AS doesn't set
> the
> > PL/pgSQL variable FOUND, it would be nice if that were explicitly noted
> in
> > the documentation. Alternatively, if it COULD set the FOUND variable,
> that
> > would be great, although I realize the difficulty of that when coupled
> with
> > IF NOT EXISTS.
>
> The documentation of FOUND is already quite explicit about which kinds
> of statements set it:
>
>
> https://www.postgresql.org/docs/current/plpgsql-statements.html#PLPGSQL-STATEMENTS-DIAGNOSTICS
>
> I'm disinclined to put notes about PL/pgSQL features into command
> reference pages that have nothing to do with PL/pgSQL.
>
> regards, tom lane
>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2023-11-04 18:20:51 Re: Version 14/15 documentation Section "Alter Default Privileges"
Previous Message Tom Lane 2023-11-04 15:16:11 Re: Please make a note regarding the PL/pgSQL FOUND variable