| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
| Cc: | bob(dot)henkel(at)gmail(dot)com, Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Word fix |
| Date: | 2020-10-27 02:38:32 |
| Message-ID: | 20201027023832.GF4951@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Wed, Oct 21, 2020 at 06:49:37AM -0700, David G. Johnston wrote:
> On Wed, Oct 21, 2020 at 1:14 AM PG Doc comments form <noreply(at)postgresql(dot)org>
> wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/13/plpgsql-control-structures.html
> Description:
>
> Search for the word indeed found here
> https://www.postgresql.org/docs/13/plpgsql-control-structures.html#
> PLPGSQL-STATEMENTS-RETURNING-PROCEDURE
> and replace with inside.
>
>
> Specifically:
>
> "By default, any error occurring in a PL/pgSQL function aborts execution of the
> function, and indeed of the surrounding transaction as well."
>
> Replacing it with "inside" is not an improvement. Removing "indeed of" is
> probably sufficient.
Fixed in all branches with the attached patch.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com
The usefulness of a cup is in its emptiness, Bruce Lee
| Attachment | Content-Type | Size |
|---|---|---|
| plpgsql.diff | text/x-diff | 769 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2020-10-27 10:48:00 | Missing file is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html |
| Previous Message | Bruce Momjian | 2020-10-26 23:18:52 | Re: Wrong example in the bloom documentation |