pgsql: Add an example of attaching a default value to an updatable view

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add an example of attaching a default value to an updatable view
Date: 2013-02-09 16:43:54
Message-ID: E1U4DWs-0006cu-AJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add an example of attaching a default value to an updatable view.

This is probably the single most useful thing that ALTER VIEW can do,
particularly now that we have auto-updatable views. So show an explicit
example.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3a1f8cdfa90443117049c601364009b71eaad3d1

Modified Files
--------------
doc/src/sgml/ref/alter_view.sgml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-02-09 17:18:03 pgsql: Reduce log level of picksplit-doesn't-support-secondary-split wh
Previous Message Erik Rijkers 2013-02-09 08:20:35 Re: pgsql: psql: Improve expanded print output in tuples-only mode