导出pgsql数据库中的所有表信息
摘要:导出pgsql数据库中的所有表信息 select a.relname as name , b.description as value from pg_class aleft join (select * from pg_description where objsubid =0 ) b on a.
阅读全文
posted @ 2021-03-30 13:55
posted @ 2021-03-30 13:55