Temporary table semantics

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: colinthart(at)gmail(dot)com
Subject: Temporary table semantics
Date: 2021-01-18 08:24:27
Message-ID: 161095826756.469.11467358633526897563@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/sql-createtable.html
Description:

The explanation of the behaviour of temporary tables could be clearer. In
particular, there is no statement that categorically says that rows in the
temporary table are only visible to the current session -- there is
information to that effect in the Compatibility section on adherence to the
SQL standard, but I would suggest adding the sentence:
Data written to temporary tables is only visible to the current session.
after the sentence:
If specified, the table is created as a temporary table.
akin to how unlogged is defined in the paragraph following.

Browse pgsql-docs by date

  From Date Subject
Next Message Heikki Linnakangas 2021-01-18 14:13:22 Re: Additional Chapter for Tutorial - arch-dev.sgml
Previous Message Bruce Momjian 2021-01-15 17:37:05 Re: i.e. and e.g. used with incorrect meaning