mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: 数据库表操作界面优化
This commit is contained in:
@@ -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 表详细信息
|
||||
|
||||
Reference in New Issue
Block a user