Re: Possible Example Error in Documentation - Mailing list pgsql-docs

From Tom Lane
Subject Re: Possible Example Error in Documentation
Date
Msg-id 1532072.1604623075@sss.pgh.pa.us
Whole thread Raw
In response to Possible Example Error in Documentation  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: Possible Example Error in Documentation  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> The following documentation comment has been logged on the website:
> Page: https://www.postgresql.org/docs/12/plpgsql-transactions.html
> Description:

> We are using Postgres 12. When I use the example given for
> transaction_test1() from the documentation here:
> https://www.postgresql.org/account/comments/new/12/plpgsql-transactions.html/,
> the procedure is created without incident.  However, when I attempt "CALL
> transaction_test1();", I receive the "invalid transaction termination"
> error.

Hmm, it works for me.

            regards, tom lane



pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Possible Example Error in Documentation
Next
From: "Jonathan S. Katz"
Date:
Subject: Re: Possible Example Error in Documentation