数据库postgresql 导出数据库与数据表 云博小周宇2024年5月5日2023年8月15日1 Min Read pg_dump –host 127.0.0.1 –port 5432 –username “postgres” –role “postgres” –file “D:/test.sql” –table “public.\”表名\“” “数据库名”