Обсуждение: pgsql: Fix a couple of unlogged tables goofs.

Поиск
Список
Период
Сортировка

pgsql: Fix a couple of unlogged tables goofs.

От
Robert Haas
Дата:
Fix a couple of unlogged tables goofs.

"SELECT ... INTO UNLOGGED tabname" works, but wasn't documented; CREATE
UNLOGGED SEQUENCE and CREATE UNLOGGED VIEW failed an assertion, instead
of throwing a sensible error.

Latter issue reported by Itagaki Takahiro; patch review by Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3e6b305d9e2a4616bf69e31b0b21ebbb844ba50e

Modified Files
--------------
doc/src/sgml/ref/select_into.sgml |   12 +++++++++++-
src/backend/commands/sequence.c   |    6 ++++++
src/backend/commands/view.c       |    6 ++++++
3 files changed, 23 insertions(+), 1 deletions(-)