Skip to content

Commit

Permalink
Update Postgres.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Jul 18, 2024
1 parent 7706215 commit 54806c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cheat Sheets/DevOps Services/Postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ related:
cheat-sheet: ['PgBouncer']
---

## psql Client

psql <db name>
psql <db name> -c "<sql query>"
psql -P pager=off -c "<sql query>" >out.txt

## SQL

Using Regular Expressions
Expand Down

0 comments on commit 54806c8

Please sign in to comment.