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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3a1f8cdfa90443117049c601364009b71eaad3d1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-02-09T16:43:48Z
Releases: 9.3.0
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.

Files

PathChange+/−
doc/src/sgml/ref/alter_view.sgml modified +13 −1