One of the nice things about Oracle packages is that the code is loaded and global values are set and stored only once
persession. This is very useful for values that are used repeatedly.
What is the best way of emulating this behavior in Postgresql?