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)
commitc1374dac4e0dc5b27d9e735b30d4c782b94c325f
tree04ce8ff6e2bf56384c7e208060caf726d329f560
parent2cc52beed87a06af102c5019704e7de5f6a8562c
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