OSDN Git Service

Fix a couple of unlogged tables goofs.
authorRobert Haas <rhaas@postgresql.org>
Tue, 22 Feb 2011 19:42:45 +0000 (14:42 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 22 Feb 2011 19:46:19 +0000 (14:46 -0500)
commit3e6b305d9e2a4616bf69e31b0b21ebbb844ba50e
treee28d44546f3fbdeb0d41d76fac87bd99f6d4587c
parent1ab9b012bdf1f106792fc523e21b9ca8299bb8ed
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.
doc/src/sgml/ref/select_into.sgml
src/backend/commands/sequence.c
src/backend/commands/view.c