Jocelyn Turcotte <[EMAIL PROTECTED]> writes: > i'm wondering if there is a way to prepare and execute a plan in a > plpgsql function.
You do not need that because plpgsql automatically caches plans for
SQL statements appearing in a plpgsql function.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
