]> granicus.if.org Git - postgresql-autodoc/commitdiff
Don't need relhasindexes, relhasrules, or relhastriggers since older DBs have been...
authorrbt <rbt>
Sun, 26 Apr 2009 17:01:57 +0000 (17:01 +0000)
committerrbt <rbt>
Sun, 26 Apr 2009 17:01:57 +0000 (17:01 +0000)
postgresql_autodoc.pl

index 72ca54b86253871e514326af11c15cf3c17cb3c9..63449164f06423fcaa9ee8ba837323a0b7919439 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # -- # -*- Perl -*-w
-# $Header: /cvsroot/autodoc/autodoc/postgresql_autodoc.pl,v 1.25 2009/04/24 04:43:32 rbt Exp $
+# $Header: /cvsroot/autodoc/autodoc/postgresql_autodoc.pl,v 1.26 2009/04/26 17:01:57 rbt Exp $
 #  Imported 1.22 2002/02/08 17:09:48 into sourceforge
 
 # Postgres Auto-Doc Version 1.31
@@ -317,9 +317,6 @@ sub info_collect {
        SELECT nspname as namespace
             , relname as tablename
             , pg_catalog.pg_get_userbyid(relowner) AS tableowner
-            , relhasindex as hasindexes
-            , relhasrules as hasrules
-            , reltriggers as hastriggers
             , pg_class.oid
             , pg_catalog.obj_description(pg_class.oid, 'pg_class') as table_description
             , relacl