What is the best method to implement pgplsql global variables with "per connection"(i.e. session) scope?
(one way is to use temporary tables - but isn't it overkill?)
Thank you in advance, Laimis