Does postgres support in-memory only tables like the mysql HASH table type?
I want to store some session data which I need quick access of, but don'tcare of it's lost on server stop/start