Fix a couple of unlogged tables goofs.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |