Temporary table semantics - Mailing list pgsql-docs

From PG Doc comments form
Subject Temporary table semantics
Date
Msg-id 161095826756.469.11467358633526897563@wrigleys.postgresql.org
Whole thread Raw
List 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.

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: i.e. and e.g. used with incorrect meaning
Next
From: PG Doc comments form
Date:
Subject: the doc should mention one particular aspect of partial indexes