pgsql: doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exce - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exce
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception"

This part of the documentation refers to exceptions as handled by
PL/pgSQL, and using the internal error code is confusing.

Per thinko in 66bde49d96a9.

Reported-by: Euler Taveira, Bruce Momjian
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 11

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/616de5bb35734d2b88b2d3bc9a685925def893f2

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: add reference to wire protocol details
Next
From: David Rowley
Date:
Subject: pgsql: Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2