aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/information_schema.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index 22e17bb5e69..22f43c8a5bf 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -3323,6 +3323,15 @@ ORDER BY c.ordinal_position;
in future versions.)
</entry>
</row>
+
+ <row>
+ <entry><literal>parameter_default</literal></entry>
+ <entry><type>character_data</type></entry>
+ <entry>
+ The default expression of the parameter, or null if none or if the
+ function is not owned by a currently enabled role.
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>