| 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: | [email protected] | 
| Views: | Whole Thread | Raw Message | 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
------
REL9_5_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/caad70c76085664c70c6e9fe3565b6cd172e403d
Modified Files
--------------
doc/src/sgml/ddl.sgml | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
| 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 |