Derrick Rice <derrick.r...@gmail.com> writes: > Is there a difference between a global temporary table (if such a thing > existed in PostgreSQL) and an unlogged table?
Yes --- IIRC, a "global temp table" per spec has session-local contents. An unlogged table acts just like any other table except with respect to crash safety. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general