Re: exceptions

2020-10-22 Thread Jürgen Purtz

On 21.10.20 18:17, Tom Lane wrote:

PG Doc comments form  writes:

Description:
02000   no_data
should read no_data_found

Looks correct as stated to me.  plpgsql's ERRCODE_NO_DATA_FOUND
(P0002) is a different animal.

regards, tom lane



Yes, our documentation correlates to the SQL standard (as of 2011):

--

J. Purtz



Re: exceptions

2020-10-21 Thread Tom Lane
PG Doc comments form  writes:
> Description:

> 02000 no_data

> should read no_data_found

Looks correct as stated to me.  plpgsql's ERRCODE_NO_DATA_FOUND
(P0002) is a different animal.

regards, tom lane




exceptions

2020-10-21 Thread PG Doc comments form
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/errcodes-appendix.html
Description:

02000   no_data

should read no_data_found