psql.md: minor rephrasing
This commit is contained in:
@@ -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}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user