pgsql: Fix alphabetization in catalogs.sgml.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix alphabetization in catalogs.sgml.
Date: 2013-12-30 18:28:04
Message-ID: E1VxhZM-0002TK-8s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix alphabetization in catalogs.sgml.

Some recent patches seem not to have grasped the concept that the catalogs
are described in alphabetical order.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/140b0626e882316386ed422b160d6435467ca1f6

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 293 ++++++++++++++++++++++----------------------
1 file changed, 147 insertions(+), 146 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-12-30 19:00:14 pgsql: Fix broken support for event triggers as extension members.
Previous Message Tom Lane 2013-12-30 17:50:42 pgsql: Remove dead code now that orindxpath.c is history.