diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-07-14 19:18:17 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-07-14 19:18:17 +0300 |
commit | f4678c205ab1394a5f0e4fe219027b26a507d941 (patch) | |
tree | 52dbfc79f5ca9d74c32f1ca12e8dbf2ae607572f /doc/src | |
parent | a99d45b805ae3ca230d54222fd25a020fcaa6d5c (diff) | |
download | postgresql-f4678c205ab1394a5f0e4fe219027b26a507d941.tar.gz postgresql-f4678c205ab1394a5f0e4fe219027b26a507d941.zip |
Set information_schema.routines.is_udt_dependent to NO
It previously said YES, but that is incorrect.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 063d8fabbb4..6ed77f4a29a 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -4313,7 +4313,10 @@ ORDER BY c.ordinal_position; <row> <entry><literal>is_udt_dependent</literal></entry> <entry><type>yes_or_no</type></entry> - <entry>Applies to a feature not available in <productname>PostgreSQL</></entry> + <entry> + Currently always <literal>NO</literal>. The alternative + <literal>YES</literal> applies to a feature not available in + <productname>PostgreSQL</></entry>. </row> <row> |