X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql-socket3%2Fsql.lisp;h=7f545c80ee63eb4124ed9eb07ff9a53199286e8d;hb=9347205f5d899b30b8bb4429bf47ae59709c14d7;hp=548d2195743b9ee589421466d0c6ad3963c1c622;hpb=1b0508ae2a7b61334494d29571fcbb05825daf5e;p=clsql.git diff --git a/db-postgresql-socket3/sql.lisp b/db-postgresql-socket3/sql.lisp index 548d219..7f545c8 100644 --- a/db-postgresql-socket3/sql.lisp +++ b/db-postgresql-socket3/sql.lisp @@ -345,8 +345,6 @@ (defmethod database-list-tables ((database postgresql-socket3-database) &key owner) (clsql:query (command-object " -SELECT $1::Text as table_name -UNION SELECT table_name FROM information_schema.tables WHERE ($1::Text IS NULL or table_schema = $1::text)" (list (or owner :null)))