pass open cursor via USING in execute staement - Mailing list pgsql-docs

From PG Doc comments form
Subject pass open cursor via USING in execute staement
Date
Msg-id 168557387260.1230014.3975398352224062825@wrigleys.postgresql.org
Whole thread Raw
Responses Re: pass open cursor via USING in execute staement
Re: pass open cursor via USING in execute staement
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/plpgsql-statements.html
Description:

Should be documented if this statement is allowed or not (if not, maybe set
as desired feature :-) )

EXECUTE format('update %I set col1=$1, col2=now() WHERE current of $3',
tabname)
   USING myVal, myOpenCursor;

pgsql-docs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: confusing positioning of notes in connection settings
Next
From: Laurenz Albe
Date:
Subject: Re: pass open cursor via USING in execute staement