pgsql: doc: Improve ALTER VIEW / SET documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Improve ALTER VIEW / SET documentation
Date: 2014-10-14 02:26:52
Message-ID: E1Xdrp6-000718-Hu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve ALTER VIEW / SET documentation

The way the ALTER VIEW / SET options were listed in the synopsis was
very confusing. Move the list to the main description, similar to how
the ALTER TABLE reference page does it.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/590eb0c14eebe834f716721a9659b77899cf3084

Modified Files
--------------
doc/src/sgml/ref/alter_view.sgml | 40 +++++++++++++++++++++++---------------
1 file changed, 24 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-10-14 06:52:57 pgsql: Fix typo in docs.
Previous Message Bruce Momjian 2014-10-13 21:36:54 pgsql: doc: mention TM is ignored for to_date/to_timestamp()