lk/data/sql/tricks.md

11 lines
178 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "tricks"
tags: [ "Documentation", "data" ]
---
2020-01-02 00:04:35 +00:00
# Find data from any table
> pg_dump --data-only --inserts -U postgres your-db-name > a.tmp
> grep 'my string' a.tmp