pgsql: Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the
Date: 2008-12-06 23:22:46
Message-ID: 20081206232246.B48D77545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.

Robert Haas

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
create_view.sgml (r1.37 -> r1.38)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_view.sgml?r1=1.37&r2=1.38)
pgsql/src/backend/commands:
tablecmds.c (r1.271 -> r1.272)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.271&r2=1.272)
view.c (r1.107 -> r1.108)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/view.c?r1=1.107&r2=1.108)
pgsql/src/backend/parser:
parse_utilcmd.c (r2.17 -> r2.18)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_utilcmd.c?r1=2.17&r2=2.18)
pgsql/src/include/nodes:
parsenodes.h (r1.381 -> r1.382)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/parsenodes.h?r1=1.381&r2=1.382)
pgsql/src/test/regress/expected:
create_view.out (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/create_view.out?r1=1.13&r2=1.14)
pgsql/src/test/regress/sql:
create_view.sql (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/create_view.sql?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-12-06 23:33:28 pgbouncer - pgbouncer: locatime weirdness wasnt windows specific...
Previous Message Bruce Momjian 2008-12-06 21:34:28 pgsql: Document that non-data journaling is a recommended mount option.