mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Add contrib function references in the doc index
Backpatch to 9.3. Idea from Craig Ringer
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><function>isn_weak(boolean)</function></entry>
|
||||
<entry><function>isn_weak(boolean)</function><indexterm><primary>isn_weak</primary></indexterm></entry>
|
||||
<entry><type>boolean</type></entry>
|
||||
<entry>Sets the weak input mode (returns new setting)</entry>
|
||||
</row>
|
||||
@@ -250,12 +250,12 @@
|
||||
<entry>Gets the current status of the weak mode</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><function>make_valid(isn)</function></entry>
|
||||
<entry><function>make_valid(isn)</function><indexterm><primary>make_valid</primary></indexterm></entry>
|
||||
<entry><type>isn</type></entry>
|
||||
<entry>Validates an invalid number (clears the invalid flag)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><function>is_valid(isn)</function></entry>
|
||||
<entry><function>is_valid(isn)</function><indexterm><primary>is_valid</primary></indexterm></entry>
|
||||
<entry><type>boolean</type></entry>
|
||||
<entry>Checks for the presence of the invalid flag</entry>
|
||||
</row>
|
||||
|
||||
Reference in New Issue
Block a user