]> granicus.if.org Git - postgresql/commit
Fix problems with incomplete attempt to prohibit OIDS with MVs.
authorKevin Grittner <kgrittn@postgresql.org>
Fri, 22 Mar 2013 18:27:34 +0000 (13:27 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Fri, 22 Mar 2013 18:27:34 +0000 (13:27 -0500)
commit549dae0352a06a43ec664dc158556e12ec2d30e5
tree603071d01487f6b6a8185b5475e63cf3e82b9981
parent4912385b56afe68ef76e47d38df1d61ada0fde2f
Fix problems with incomplete attempt to prohibit OIDS with MVs.

Problem with assertion failure in restoring from pg_dump output
reported by Joachim Wieland.

Review and suggestions by Tom Lane and Robert Haas.
doc/src/sgml/ref/create_materialized_view.sgml
src/backend/commands/createas.c
src/backend/commands/tablecmds.c
src/backend/parser/parse_clause.c
src/backend/parser/parse_utilcmd.c
src/include/parser/parse_clause.h