Thread: Word fix

Word fix

From
PG Doc comments form
Date:
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.

Re: Word fix

From
"David G. Johnston"
Date:
On Wed, Oct 21, 2020 at 1:14 AM PG Doc comments form <noreply@postgresql.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.

David J.

Re: Word fix

From
Bruce Momjian
Date:
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@postgresql.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@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee


Attachment