Thread: exceptions

exceptions

From
PG Doc comments form
Date:
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

Re: exceptions

From
Tom Lane
Date:
PG Doc comments form <noreply@postgresql.org> 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



Re: exceptions

From
Jürgen Purtz
Date:
On 21.10.20 18:17, Tom Lane wrote:
PG Doc comments form <noreply@postgresql.org> 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

Attachment