Re: Temporary tables and Write-Ahead Log

From: Víctor Herraiz Posada <victor(dot)herraiz(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Temporary tables and Write-Ahead Log
Date: 2026-04-18 13:40:22
Message-ID: 5B6C7843-175D-44F5-8B7C-B823EF6F8BB0@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Thank you David. I would be great to have that in the documents. I saw several “opinions” across internet.


El 18 abr 2026, a las 9:01, David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> escribió:


On Friday, April 17, 2026, Víctor Herraiz Posada <victor(dot)herraiz(at)gmail(dot)com> wrote:


In create table documentation is not clear if temporary tables use the write-ahead log. Could you please add a sentence about that like in the unlogged tables?





The word “temporary” is communicating the entire first paragraph of what we spell out in unlogged.




However, maybe I’d add to the end:




“Aside from the above, a temporary table behaves much like an unlogged table - though a partitioned table consisting solely of temporary partitions is allowed.”




David J.



In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Daniele Varrazzo 2026-04-19 15:54:02 Improve PQauthDataHook_type docs
Previous Message David G. Johnston 2026-04-18 07:01:45 Re: Temporary tables and Write-Ahead Log