mirror of
https://github.com/postgres/postgres.git
synced 2025-09-08 00:47:37 +03:00
Add contrib function references in the doc index
Backpatch to 9.3. Idea from Craig Ringer
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<indexterm>
|
||||
<primary>pgstattuple</primary>
|
||||
</indexterm>
|
||||
|
||||
<term>
|
||||
<function>pgstattuple(text) returns record</>
|
||||
</term>
|
||||
@@ -134,6 +138,9 @@ free_percent | 1.95
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<indexterm>
|
||||
<primary>pgstatindex</primary>
|
||||
</indexterm>
|
||||
<function>pgstatindex(text) returns record</>
|
||||
</term>
|
||||
|
||||
@@ -246,6 +253,9 @@ leaf_fragmentation | 0
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<indexterm>
|
||||
<primary>pgstatginindex</primary>
|
||||
</indexterm>
|
||||
<function>pgstatginindex(regclass) returns record</>
|
||||
</term>
|
||||
|
||||
@@ -303,6 +313,9 @@ pending_tuples | 0
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<indexterm>
|
||||
<primary>pg_relpages</primary>
|
||||
</indexterm>
|
||||
<function>pg_relpages(text) returns bigint</>
|
||||
</term>
|
||||
|
||||
|
Reference in New Issue
Block a user