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: [email protected]
Views: Whole Thread | Raw Message | 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/db75e524856634ce1c41fc1233e85abbb716ef6e

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()