Re: Undocumented := alternative in using option of raise statement

2024-07-22 Thread Philipp Salvisberg
> On 22 Jul 2024, at 15:18, jian he wrote: > > On Mon, Jul 22, 2024 at 8:38 PM PG Doc comments form > wrote: >> >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/16/plpgsql-errors-and-messages.html >> Description: >> >> The us

Re: Undocumented := alternative in using option of raise statement

2024-07-22 Thread jian he
On Mon, Jul 22, 2024 at 8:38 PM PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/16/plpgsql-errors-and-messages.html > Description: > > The using option is documented as follows for all variants of the rai

Undocumented := alternative in using option of raise statement

2024-07-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/plpgsql-errors-and-messages.html Description: The using option is documented as follows for all variants of the raise statement: USING option = expression [, ... ] However, since "do $$