mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Add contrib function references in the doc index
Backpatch to 9.3. Idea from Craig Ringer
This commit is contained in:
@@ -197,6 +197,10 @@
|
||||
<sect2>
|
||||
<title><literal>xpath_table</literal></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>xpath_table</primary>
|
||||
</indexterm>
|
||||
|
||||
<synopsis>
|
||||
xpath_table(text key, text document, text relation, text xpaths, text criteria) returns setof record
|
||||
</synopsis>
|
||||
@@ -423,6 +427,10 @@ ORDER BY doc_num, line_num;
|
||||
<sect3>
|
||||
<title><literal>xslt_process</literal></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>xslt_process</primary>
|
||||
</indexterm>
|
||||
|
||||
<synopsis>
|
||||
xslt_process(text document, text stylesheet, text paramlist) returns text
|
||||
</synopsis>
|
||||
|
Reference in New Issue
Block a user