pgsql: Document that CREATE VIEW that uses "*" for the column list will

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that CREATE VIEW that uses "*" for the column list will
Date: 2011-02-01 22:17:49
Message-ID: E1PkOXl-0005yN-Hn@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that CREATE VIEW that uses "*" for the column list will not
auto-add columns later added to the base table.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5a6ba62be5364dbf973fd9b8631fd60acda03440

Modified Files
--------------
doc/src/sgml/ref/create_view.sgml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Cunha17 2011-02-02 00:17:58 snapshot - src: ENH: First effort to remove COMMUNICATION_KEY and
Previous Message Bruce Momjian 2011-02-01 22:00:58 pgsql: Properly capitalize hyphenated words in documentation titles.