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
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