Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Dec 2008 21:35:31 +0000 (21:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Dec 2008 21:35:31 +0000 (21:35 +0000)
commit4da65a23e7d8821b8eff8075add93caef471d4f8
tree5c955096a8e9439221b3c9bef264207261dda0da
parent78b25fd2e9d7bc82774c1f518c5851ef7a83ded1
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