Thread: More on state variables

More on state variables

From
Kenneth Downs
Date:
Yesterday on this list I found out about the nifty setting

custom_variable_classes='global'


which allows the setting and retrieving of arbitrary values that persist
across statements.

I wonder if there is a way to do the same thing within the scope of a
transaction?  Is there a "magic" value of custom_variable_classes that
displays any such behavior?  Or is it available by other means?

Attachment