refactor: 数据库表操作界面优化

This commit is contained in:
meilin.huang
2023-12-19 19:23:33 +08:00
parent 1f6c14ee2f
commit 2ae0cd7ab4
5 changed files with 124 additions and 182 deletions

View File

@@ -6,6 +6,8 @@ from
where
has_schema_privilege(n.nspname, 'USAGE')
and n.nspname not like 'pg_%'
and n.nspname not like 'dbms_%'
and n.nspname not like 'utl_%'
and n.nspname != 'information_schema'
---------------------------------------
--PGSQL_TABLE_INFO 表详细信息