Re: UNLOGGED TEMPORARY tables? - Mailing list pgsql-general

From Michael Paquier
Subject Re: UNLOGGED TEMPORARY tables?
Date
Msg-id CAB7nPqTkZvESuZ3qcN_Tj82qY6_YERW1iZTMGLZ+qyscZCM4Uw@mail.gmail.com
Whole thread Raw
In response to Re: UNLOGGED TEMPORARY tables?  (Lonni J Friedman <netllama@gmail.com>)
Responses Re: UNLOGGED TEMPORARY tables?
List pgsql-general


On Tue, Mar 26, 2013 at 8:26 AM, Lonni J Friedman <netllama@gmail.com> wrote:
I'm pretty sure that unlogged tables and temp tables are two separate
& distinct features, with no overlap in functionality.  It would be
nice if it was possible to create an unlogged temp table.
Temporary tables are a subtype of unlogged tables, as temporary tables are not WAL-logged.
This article from Robert Haas will give a good summary of such differences:
http://rhaas.blogspot.jp/2010/05/global-temporary-and-unlogged-tables.html
--
Michael

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: UNLOGGED TEMPORARY tables?
Next
From: Lonni J Friedman
Date:
Subject: Re: UNLOGGED TEMPORARY tables?