Обсуждение: pgsql: Docs: assorted minor cleanups.

Поиск
Список
Период
Сортировка

pgsql: Docs: assorted minor cleanups.

От
Tom Lane
Дата:
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_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5e1431f94e4c8260c76c061a94c97b0e15956ebe

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(-)