pgsql: Docs: assorted minor cleanups.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Docs: assorted minor cleanups.
Date: 2016-09-12 23:19:52
Message-ID: E1bjaW0-00041I-R9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Docs: assorted minor cleanups.

Standardize on "user_name" for a field name in related examples in
ddl.sgml; before we had variously "user_name", "username", and "user".
The last is flat wrong because it conflicts with a reserved word.

Be consistent about entry capitalization in a table in func.sgml.

Fix a typo in pgtrgm.sgml.

Back-patch to 9.6 and 9.5 as relevant.

Alexander Law

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/42fd984c0b7b53d1bc961c9ed6bb84fe28eae52b

Modified Files
--------------
doc/src/sgml/ddl.sgml | 44 ++++++++++++++++++++++----------------------
doc/src/sgml/func.sgml | 2 +-
doc/src/sgml/pgtrgm.sgml | 2 +-
3 files changed, 24 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-09-13 00:30:14 pgsql: Add more tests for targetlist SRFs.
Previous Message Peter Eisentraut 2016-09-12 19:26:25 pgsql: pg_basebackup: Clean created directories on failure