Обсуждение: pgsql: Fix alphabetization in catalogs.sgml.

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

pgsql: Fix alphabetization in catalogs.sgml.

От
Fujii Masao
Дата:
Fix alphabetization in catalogs.sgml.

System catalogs and views should be listed alphabetically
in catalog.sgml, but only pg_file_settings view not.

This patch also fixes typos in pg_file_settings comments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/091c02a958fd0ae02b96492d9728efe8526385e6

Modified Files
--------------
doc/src/sgml/catalogs.sgml   |  156 +++++++++++++++++++++---------------------
src/backend/utils/misc/guc.c |    7 +-
2 files changed, 81 insertions(+), 82 deletions(-)