From f4678c205ab1394a5f0e4fe219027b26a507d941 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 14 Jul 2011 19:18:17 +0300 Subject: Set information_schema.routines.is_udt_dependent to NO It previously said YES, but that is incorrect. --- doc/src/sgml/information_schema.sgml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/src') 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; is_udt_dependent yes_or_no - Applies to a feature not available in PostgreSQL + + Currently always NO. The alternative + YES applies to a feature not available in + PostgreSQL. -- cgit v1.2.3