How to give WHERE condition in pg_dump?

Viewed 65

How to give WHERE condition in pg_dump to extract for particular values in below command,

pg_dump --table=export_table --data-only --column-inserts my_database > data.sql
0 Answers
Related