mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add contrib function references in the doc index
Backpatch to 9.3. Idea from Craig Ringer
This commit is contained in:
@@ -86,6 +86,7 @@
|
||||
[, text orderby_fld ], text start_with, int max_depth
|
||||
[, text branch_delim ])
|
||||
</function>
|
||||
<indexterm><primary>connectby</primary></indexterm>
|
||||
</entry>
|
||||
<entry><type>setof record</></entry>
|
||||
<entry>
|
||||
@@ -99,6 +100,10 @@
|
||||
<sect3>
|
||||
<title><function>normal_rand</function></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>normal_rand</primary>
|
||||
</indexterm>
|
||||
|
||||
<synopsis>
|
||||
normal_rand(int numvals, float8 mean, float8 stddev) returns setof float8
|
||||
</synopsis>
|
||||
@@ -142,6 +147,10 @@ test=# SELECT * FROM normal_rand(1000, 5, 3);
|
||||
<sect3>
|
||||
<title><function>crosstab(text)</function></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>crosstab</primary>
|
||||
</indexterm>
|
||||
|
||||
<synopsis>
|
||||
crosstab(text sql)
|
||||
crosstab(text sql, int N)
|
||||
@@ -289,6 +298,10 @@ AS ct(row_name text, category_1 text, category_2 text, category_3 text);
|
||||
<sect3>
|
||||
<title><function>crosstab<replaceable>N</>(text)</function></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>crosstab</primary>
|
||||
</indexterm>
|
||||
|
||||
<synopsis>
|
||||
crosstab<replaceable>N</>(text sql)
|
||||
</synopsis>
|
||||
@@ -396,6 +409,10 @@ CREATE OR REPLACE FUNCTION crosstab_float8_5_cols(
|
||||
<sect3>
|
||||
<title><function>crosstab(text, text)</function></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>crosstab</primary>
|
||||
</indexterm>
|
||||
|
||||
<synopsis>
|
||||
crosstab(text source_sql, text category_sql)
|
||||
</synopsis>
|
||||
@@ -602,6 +619,10 @@ AS
|
||||
<sect3>
|
||||
<title><function>connectby</function></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>connectby</primary>
|
||||
</indexterm>
|
||||
|
||||
<synopsis>
|
||||
connectby(text relname, text keyid_fld, text parent_keyid_fld
|
||||
[, text orderby_fld ], text start_with, int max_depth
|
||||
|
Reference in New Issue
Block a user