mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:35:32 +02:00
psql: minor syntax changes
This commit is contained in:
parent
b74dff1d79
commit
41974a77fd
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@
|
|||
|
||||
- Run several queries against the given *database*. Note: useful in shell scripts
|
||||
|
||||
`psql {{database}} <<< "{{query1}}; {{query2}}"`
|
||||
`echo '{{query1}}; {{query2}}' | psql {{database}}`
|
Loading…
Add table
Reference in a new issue