Missing feature in plpgsql EXECUTE ... USING support - Mailing list pgsql-hackers

From Tom Lane
Subject Missing feature in plpgsql EXECUTE ... USING support
Date
Msg-id 6345.1258138705@sss.pgh.pa.us
Whole thread Raw
Responses Re: Missing feature in plpgsql EXECUTE ... USING support
List pgsql-hackers
I just noticed that plpgsql's OPEN cursor FOR EXECUTE command lacks
a USING clause, so the only way to put parameters into the string is
textual insertion.  Seems like an oversight, since every other variant
of EXECUTE in plpgsql can do USING.  Did we omit that intentionally?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Experimental patch: generating BKI revisited
Next
From: Greg Stark
Date:
Subject: Re: Aggregate ORDER BY patch