lk/data/sql/tricks.md
2022-01-16 19:29:49 +01:00

11 lines
178 B
Markdown

---
title: "tricks"
tags: [ "Documentation", "data" ]
---
# Find data from any table
> pg_dump --data-only --inserts -U postgres your-db-name > a.tmp
> grep 'my string' a.tmp