pgsql: Improve DISCARD documentation.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve DISCARD documentation.
Date: 2014-08-17 19:59:16
Message-ID: E1XJ6bk-00079X-Dz@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve DISCARD documentation.

The new DISCARD SEQUENCES option was inadequately described, and hadn't
been mentioned at all in the initial Description paragraph. Rather than
rectifying the latter the hard way, it seemed better to rewrite the
description as a summary, instead of having it basically duplicate
statements made under Parameters. Be more consistent about the ordering
of the options, too.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1071ba183a2181f109cbd5b2a597637b3b145a8c

Modified Files
--------------
doc/src/sgml/ref/discard.sgml | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-08-18 02:26:58 pgsql: Make an editorial pass over the 9.4 release notes.
Previous Message Noah Misch 2014-08-17 16:42:18 Re: Re: pgsql: Cosmetic improvements in plpython's make rule for libpython impo