pgsql: Fix alphabetization in catalogs.sgml. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix alphabetization in catalogs.sgml.
Date
Msg-id E1Z3G8A-0002FW-OY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefil
Next
From: Michael Meskes
Date:
Subject: pgsql: Fixed some memory leaks in ECPG.