Typo in "43.9.1. Reporting Errors and Messages"? - Mailing list pgsql-docs

From PG Doc comments form
Subject Typo in "43.9.1. Reporting Errors and Messages"?
Date
Msg-id 165931062346.271448.12881330344096283605@wrigleys.postgresql.org
Whole thread Raw
Responses PostgreSQL 15 minor fixes in protocol.sgml
Re: Typo in "43.9.1. Reporting Errors and Messages"?
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/plpgsql-errors-and-messages.html
Description:

Towards the end of the "43.9.1. Reporting Errors and Messages" section (here
https://www.postgresql.org/docs/current/plpgsql-errors-and-messages.html#PLPGSQL-STATEMENTS-RAISE)
we have the following sentence:

> If no condition name nor SQLSTATE is specified in a RAISE EXCEPTION
command, the default is to use ERRCODE_RAISE_EXCEPTION (P0001).

Looking at the list of error codes (here
https://www.postgresql.org/docs/current/errcodes-appendix.html) I think the
"ERRCODE_RAISE_EXCEPTION (P0001)" is a typo and should remove "ERRCODE_" and
simply read "RAISE_EXCEPTION (P0001)" or perhaps "ERRCODE =
'RAISE_EXCEPTION'" since that's how the default behaviour would be written
in a RAISE statement.

Many thanks,
Eric Mutta.

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Dependency Tracking to be updated with PostgreSQL 14 functions on dependencies improvement.
Next
From: Ekaterina Kiryanova
Date:
Subject: PostgreSQL 15 minor fixes in protocol.sgml