psql: clarify default host behaviour (#8239)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
> PostgreSQL command-line client.
|
> PostgreSQL command-line client.
|
||||||
> More information: <https://www.postgresql.org/docs/current/app-psql.html>.
|
> 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}}`
|
`psql {{database}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user