Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,8 @@ dbhost
Your host server name, for example ``localhost``, ``hostname``,
``hostname.example.com``, or the IP address.

To specify a port, use ``hostname:####``; for IPv6 addresses, use the URI notation ``[ip]:port``.
To specify a Unix socket, use ``localhost:/path/to/directory/containing/socket`` or
``:/path/to/directory/containing/socket``, e.g., ``localhost:/run/postgresql/``.
To specify a port use ``hostname:####``, for IPv6 addresses use the URI notation ``[ip]:port``.
To specify a Unix socket use ``localhost:/path/to/directory/containing/socket`` or ``:/path/to/directory/containing/socket``, e.g. ``localhost:/run/postgresql/``.
Comment thread
skjnldsv marked this conversation as resolved.

dbname
^^^^^^
Expand Down