mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
psql.md: minor rephrasing
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
`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}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user