diff options
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> |