psql: clarify default host behaviour (#8239)

pull/1/head
Youri Seichter 2022-07-21 17:56:44 -07:00 committed by GitHub
parent 4f9ac0bf0c
commit 7600b42b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
> PostgreSQL command-line client.
> More information: <https://www.postgresql.org/docs/current/app-psql.html>.
- 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}}`