Re: doc: create table improvements

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: doc: create table improvements
Date: 2024-04-24 10:30:30
Message-ID: ec0bd3d2-3e15-4492-b93a-683c04ec345c@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> + The reliability characteristics of a table are governed by its
> + persistence mode. The default mode is described
> + <link linkend="wal-reliability">here</link>
> + There are two alternative modes that can be specified during
> + table creation:
> + <link linkend="sql-createtable-temporary">temporary</link> and
> + <link linkend="sql-createtable-unlogged">unlogged</link>.

Not sure reliability is the best word here. I mean, a temporary table
isn't any less reliable than any other table. It just does different
things.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo NAGATA 2024-04-24 10:34:22 Re: Rename libpq trace internal functions
Previous Message vignesh C 2024-04-24 10:28:30 Re: Race condition in FetchTableStates() breaks synchronization of subscription tables