Docs: assorted minor cleanups.

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

Commit: 5e1431f94e4c8260c76c061a94c97b0e15956ebe
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-09-12T23:19:24Z
Releases: 9.6.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