1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Set information_schema.routines.is_udt_dependent to NO

It previously said YES, but that is incorrect.
This commit is contained in:
Peter Eisentraut
2011-07-14 19:18:17 +03:00
parent a99d45b805
commit f4678c205a
2 changed files with 5 additions and 2 deletions

View File

@ -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>