Docs: assorted minor cleanups.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 42fd984c0b7b53d1bc961c9ed6bb84fe28eae52b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-09-12T23:19:41Z
Releases: 10.0
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

Files

PathChange+/−
doc/src/sgml/ddl.sgml modified +22 −22
doc/src/sgml/func.sgml modified +1 −1
doc/src/sgml/pgtrgm.sgml modified +1 −1

Documentation touched