On 1/11/2017 2:07 PM, Ian Lewis wrote:
I am working on porting from an SQL Anywhere server that has support for general temporary tables. It appears that PostgreSQL does not have such support.

postgres temporary tables are either local to a transaction, or to a connection/session, and are automatically deleted when the transaction or session terminates.

how do these 'general temporary tables' differ from regular tables that you create on demand, then delete when you're done with them?


--
john r pierce, recycling bits in santa cruz



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to