Word fix

Started by PG Bug reporting formover 5 years ago3 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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.

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
Re: Word fix

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.

#3Bruce Momjian
bruce@momjian.us
In reply to: David G. Johnston (#2)
Re: Word fix

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

Attachments:

plpgsql.difftext/x-diff; charset=us-asciiDownload+2-2