Re: retrieving results of procedures with OUT params

2024-09-07 Thread David G. Johnston
On Sat, Sep 7, 2024, 11:56 ch.l.ngre wrote: > > > > You are right, the documentation for CALL states that a row is being > returned. > However if you read > https://www.postgresql.org/docs/current/xproc.html#XPROC > 'Procedures do not return a function value; hence CREATE PROCEDURE lacks > a RETU

Re: retrieving results of procedures with OUT params

2024-09-07 Thread ch.l.ngre
Am 07.09.2024 um 18:35 schrieb David G. Johnston: On Monday, September 2, 2024, PG Doc comments form mailto:nore...@postgresql.org>> wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/libpq-exec.html

Re: retrieving results of procedures with OUT params

2024-09-07 Thread David G. Johnston
On Monday, September 2, 2024, PG Doc comments form wrote: > 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:

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