om version <8.4.0
pg_dump -D -t <table> <database>
Lägg till -a
före -t
om du bara vill ha INFOGARNA, utan CREATE TABLE etc för att skapa tabellen i första hand.
version>=8.4.0
pg_dump --column-inserts --data-only --table=<table> <database>