psql查询某个表的列名: select column_name from information_schema.columns where table_name='xx' and table_schema=''public; 相关文章: 2022-12-23 2021-07-27 2022-12-23 2021-08-05 2022-12-23 2022-12-23 2021-11-07