initial commit
This commit is contained in:
6
data/sql/tricks.md
Normal file
6
data/sql/tricks.md
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
# Find data from any table
|
||||
|
||||
> pg_dump --data-only --inserts -U postgres your-db-name > a.tmp
|
||||
|
||||
> grep 'my string' a.tmp
|
Reference in New Issue
Block a user