return"SELECT \"schema_name\" FROM information_schema.schemata where \"schema_name\" not in ('pg_toast','pg_temp_1','pg_toast_temp_1','pg_catalog','information_schema')";
}
@Override
...
...
@@ -46,7 +46,7 @@ public class PostgreSqlQuery extends AbstractDBQuery {