Обсуждение: pgsql: docs: consistently uppercase index method and add spacing

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

pgsql: docs: consistently uppercase index method and add spacing

От
Bruce Momjian
Дата:
docs:  consistently uppercase index method and add spacing

Consistently uppercase index method names, e.g. GIN, and add space after
the index method name and the parentheses enclosing the column names.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f6d65f0c7068bab6a9ca55a82f18fd52e8fd1e5e

Modified Files
--------------
doc/src/sgml/btree-gin.sgml        |    2 +-
doc/src/sgml/btree-gist.sgml       |    4 ++--
doc/src/sgml/gist.sgml             |    2 +-
doc/src/sgml/indices.sgml          |    2 +-
doc/src/sgml/json.sgml             |    6 +++---
doc/src/sgml/ltree.sgml            |    4 ++--
doc/src/sgml/pgtrgm.sgml           |    6 +++---
doc/src/sgml/rangetypes.sgml       |    6 +++---
doc/src/sgml/ref/create_index.sgml |    2 +-
doc/src/sgml/textsearch.sgml       |   12 ++++++------
10 files changed, 23 insertions(+), 23 deletions(-)