Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.
Bruce Momjian <bruce@momjian.us>
Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. Robert Haas
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_view.sgml | modified | +5 −4 |
| src/backend/commands/tablecmds.c | modified | +46 −33 |
| src/backend/commands/view.c | modified | +31 −6 |
| src/backend/parser/parse_utilcmd.c | modified | +2 −1 |
| src/include/nodes/parsenodes.h | modified | +2 −1 |
| src/test/regress/expected/create_view.out | modified | +5 −2 |
| src/test/regress/sql/create_view.sql | modified | +4 −0 |