lk/data/sql/tricks.md
2022-01-18 13:24:25 +01:00

178 B

title tags
tricks
Documentation
data

Find data from any table

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

grep 'my string' a.tmp