pgsql: doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exce

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exce
Date: 2023-11-01 22:34:16
Message-ID: E1qyJmy-003Ud3-En@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/ZUEUnLevXyW7DlCs@momjian.us
Backpatch-through: 11

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/354b3ebf17c45ff5037c763cd59b03089c520427

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-11-02 01:31:30 pgsql: Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2
Previous Message Bruce Momjian 2023-11-01 17:57:31 pgsql: doc: add reference to wire protocol details