2. perhaps "global" could mean simply that the definition is global - if called for session and not exist in session, then session prepares it first from the global def. there would need to be a back reference in case the global def was changed or dropped.
3. don't understand your statement about how prepared statements can be used as subqueries - you mean something like
select .. from tab1 t1 where t1.col1 in( exec prep1(..) )
or exactly what?
--
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
No comments:
Post a Comment