Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to
commit2ce1fdb175ebe3effde3b53df67511d473f40eed
authortgl <tgl>
Mon, 15 Dec 2008 21:35:31 +0000 (15 21:35 +0000)
committertgl <tgl>
Mon, 15 Dec 2008 21:35:31 +0000 (15 21:35 +0000)
tree57e258c4a9d41ecdf9a0547d5502322744e098b0
parent96a4bc5b7aa6425ae2e09fb66f0ba86c57b03ac8
Code review for CREATE OR REPLACE VIEW patch.  Do things in a saner order to
result in hopefully-less-confusing error messages when the new definition
isn't compatible with the old; minor other cleanup.
doc/src/sgml/ref/create_view.sgml
src/backend/commands/tablecmds.c
src/backend/commands/view.c
src/test/regress/expected/create_view.out