diff --git a/pages/common/psql.md b/pages/common/psql.md index 92336a7e81..3996c11f16 100644 --- a/pages/common/psql.md +++ b/pages/common/psql.md @@ -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}}`