SyntaxFix
Write A Post
Hire A Developer
Questions
you can use this command
pg_dump --table=yourTable --data-only --column-inserts yourDataBase > file.sql
you should change yourTable, yourDataBase to your case