178 B
178 B
title | tags | ||
---|---|---|---|
tricks |
|
Find data from any table
pg_dump --data-only --inserts -U postgres your-db-name > a.tmp
grep 'my string' a.tmp
title | tags | ||
---|---|---|---|
tricks |
|
pg_dump --data-only --inserts -U postgres your-db-name > a.tmp
grep 'my string' a.tmp