diff --git a/pages/common/psql.md b/pages/common/psql.md index c57c1ba3f..2c83bdfee 100644 --- a/pages/common/psql.md +++ b/pages/common/psql.md @@ -3,7 +3,7 @@ > PostgreSQL command-line client. > More information: . -- Connect to the database. It connects to localhost using default port 5432 with default user as currently logged in user: +- Connect to the database. By default, it connects to the local socket using port 5432 with the currently logged in user: `psql {{database}}`