-
PostgreSQL 查找当前数据库的所有表 *** 作
实现的功能类似MySQL:show tables;在 PostgreSQL 中需要写:select * from pg_tables where schemaname = 'public';返回结果类似如下:schema
实现的功能类似MySQL:show tables;在 PostgreSQL 中需要写:select * from pg_tables where schemaname = 'public';返回结果类似如下:schema