]> git.joonet.de Git - adminer.git/commitdiff
No status in PostgreSQL
authorJakub Vrana <jakub@vrana.cz>
Tue, 3 Aug 2010 15:15:45 +0000 (17:15 +0200)
committerJakub Vrana <jakub@vrana.cz>
Tue, 3 Aug 2010 15:15:45 +0000 (17:15 +0200)
adminer/drivers/pgsql.inc.php

index fb198a311fd12f80ebe6d06e2f333d3d1b1e9b4d..b4d615b6f742529067ec2bec1726839c39d8b204 100644 (file)
@@ -528,6 +528,9 @@ AND typelem = 0"
                return get_key_vals("SHOW ALL");
        }
        
+       function show_status() {
+       }
+       
        function support($feature) {
                return ereg('^(comment|view|scheme|sequence|trigger|type|variables|drop_col)$', $feature); //! routine|
        }