Fix a couple of unlogged tables goofs.

Robert Haas <rhaas@postgresql.org>

Commit: 3e6b305d9e2a4616bf69e31b0b21ebbb844ba50e
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-02-22T19:46:19Z
Releases: 9.1.0
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.

Files

PathChange+/−
doc/src/sgml/ref/select_into.sgml modified +11 −1
src/backend/commands/sequence.c modified +6 −0
src/backend/commands/view.c modified +6 −0