Temporary table semantics

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Temporary table semantics
Дата
Msg-id 161095826756.469.11467358633526897563@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: i.e. and e.g. used with incorrect meaning
Следующее
От: PG Doc comments form
Дата:
Сообщение: the doc should mention one particular aspect of partial indexes