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
This commit is contained in:
Peter Eisentraut 2010-11-24 00:00:34 +02:00
parent f2a4278330
commit 4fc09ad00c
2 changed files with 1187 additions and 692 deletions

File diff suppressed because it is too large Load Diff

View File

@ -642,12 +642,6 @@ SELECT *
</indexterm>
<para>
<indexterm><primary>average</primary></indexterm>
<indexterm><primary>count</primary></indexterm>
<indexterm><primary>max</primary></indexterm>
<indexterm><primary>min</primary></indexterm>
<indexterm><primary>sum</primary></indexterm>
Like most other relational database products,
<productname>PostgreSQL</productname> supports
<firstterm>aggregate functions</>.