pgsql: Add index entries for more functions - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add index entries for more functions
Date
Msg-id E1PL0xu-00027P-5M@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add index entries for more functions  (Thom Brown <thom@linux.com>)
List pgsql-committers
Add index entries for more functions

Also, move index entries into the tables, closer to the function description,
for easier editing in the future.  Resort some tables to be more alphabetical.
Remove the entries for count, max, min, and sum in the tutorial area, because
that was felt to be confusing.

Thom Brown

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=4fc09ad00c3cc95003a5523d85999da1dd4f9d75

Modified Files
--------------
doc/src/sgml/func.sgml  | 1781 ++++++++++++++++++++++++++++++-----------------
doc/src/sgml/query.sgml |    6 -
2 files changed, 1141 insertions(+), 646 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Propagate ALTER TYPE operations to typed tables
Next
From: Tom Lane
Date:
Subject: pgsql: Create the system catalog infrastructure needed for KNNGIST.