mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 14:26:00 +02:00
psql.md: minor rephrasing
This commit is contained in:
parent
5f43335dc6
commit
4a3cb444e4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
`psql -h {{host}} -p {{port}} -U {{username}} -W {{database}}`
|
`psql -h {{host}} -p {{port}} -U {{username}} -W {{database}}`
|
||||||
|
|
||||||
- Execute a single SQL query or PostgreSQL command on the given database. Note: useful in shell scripts:
|
- Execute a single SQL query or PostgreSQL command on the given database (useful in shell scripts):
|
||||||
|
|
||||||
`psql -c '{{query}}' {{database}}`
|
`psql -c '{{query}}' {{database}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue