pgsql: doc: Improve CREATE VIEW / WITH documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Improve CREATE VIEW / WITH documentation
Date: 2014-10-31 02:57:21
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve CREATE VIEW / WITH documentation

Similar to 590eb0c14eebe834f716721a9659b77899cf3084, remove the options
list from the synopsis and elaborate in the main description.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7dacab976917c26cd9b6c4b36e53dbbf8261473b

Modified Files
--------------
doc/src/sgml/ref/create_view.sgml | 23 +++++++++--------------
1 file changed, 9 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-10-31 06:34:52 Re: pgsql: doc: Wording and formatting improvements in new logical decoding
Previous Message Robert Haas 2014-10-30 19:02:34 pgsql: Extend dsm API with a new function dsm_unpin_mapping.