mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:35:24 +02:00
psql: clarify default host behaviour (#8239)
This commit is contained in:
parent
4f9ac0bf0c
commit
7600b42b82
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue