pgsql: Set information_schema.routines.is_udt_dependent to NO

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Set information_schema.routines.is_udt_dependent to NO
Date: 2011-07-14 16:19:16
Message-ID: E1QhOdA-0004ZY-NP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Set information_schema.routines.is_udt_dependent to NO

It previously said YES, but that is incorrect.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f4678c205ab1394a5f0e4fe219027b26a507d941

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 5 ++++-
src/backend/catalog/information_schema.sql | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-07-14 17:44:32 pgsql: Fix broken markup
Previous Message Peter Eisentraut 2011-07-14 16:12:50 pgsql: Small update on suggested startup file locations