Re: Table rewrite supporting functions for event triggers

2024-09-03 Thread Laurenz Albe
On Tue, 2024-09-03 at 11:54 -0400, Greg Sabino Mullane wrote: > How about something like this? This patch looks good to me. Yours, Laurenz Albe

Re: Table rewrite supporting functions for event triggers

2024-09-03 Thread Greg Sabino Mullane
How about something like this? I realize the other functions in that section are not linked, but they all seem pretty self-explanatory compared to the mysterious int return value of the linked one. Cheers, Greg 0002-Document-the-event-trigger-table-rewrite-functions.patch Description: Binary dat

Re: Table rewrite supporting functions for event triggers

2024-09-03 Thread Greg Sabino Mullane
On Mon, Sep 2, 2024 at 9:57 PM Laurenz Albe wrote: > I think that it would be better to add a reference to > > https://www.postgresql.org/docs/16/functions-event-triggers.html#FUNCTIONS-EVENT-TRIGGER-TABLE-REWRITE > than to repeat that information. > > If you feel that "The exact meaning of the c

retrieving results of procedures with OUT params

2024-09-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/libpq-exec.html Description: https://www.postgresql.org/docs/16/libpq-exec.html#LIBPQ-PQRESULTSTATUS Existing text: If the result status is PGRES_TUPLES_OK, PGRES_SINGLE_TUPLE, or PGRES_TU