摘要: select oid from pg_database where datname = '库名' select oid from pg_class where relname='表名' #注意pg_class不是全局,需要切换到相应的库里去查询 记住2个oid的值 select pid from p 阅读全文
posted @ 2022-12-08 22:03 powfu 阅读(561) 评论(0) 推荐(0)