Is it possible to create session-scoped functions?
Hi All,
I was wondering if there is a way to define functions which are scoped to the current user session.
e.g. In PostgreSQL this can be accomplished by making use of the pg_temp namespace http://www.postgresql.org/message-id/15191.1208975632@sss.pgh.pa.us
Thanks,
Emanuel
0