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

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