clarify ssh tricks

This commit is contained in:
2022-02-05 18:47:46 +01:00
parent e0aa935d97
commit ab17ba8644
2 changed files with 4 additions and 14 deletions

View File

@@ -1,10 +0,0 @@
---
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