Hi guys,
After some tests, I have a couple questions regarding temporary
tables in Postgres... Hope someone more knowledgeable can
drop me a few lines and put some light into my own darkness. ;)
Do temp tables reside on disk or in RAM? Can different connections
access (share) data located in a temporary table created by a
previous connection/process? How?
Any help is grateful.
Thanks.