Files
lk/data/sql/tricks.md
Malin Freeborn 6befc5d3c1 initial commit
2020-01-02 01:04:35 +01:00

120 B

Find data from any table

pg_dump --data-only --inserts -U postgres your-db-name > a.tmp

grep 'my string' a.tmp