GitBook: [master] one page modified

This commit is contained in:
CPol 2021-08-28 16:44:35 +00:00 committed by gitbook-bot
parent 3dd3a4cc0d
commit 82bdf06844
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -15,7 +15,7 @@ PORT STATE SERVICE
```bash ```bash
psql -U <myuser> # Open psql console with user psql -U <myuser> # Open psql console with user
psql -h <host< -U <username> -d <database> # Remote connection psql -h <host> -U <username> -d <database> # Remote connection
psql -h <host> -p <port> -U <username> -W <password> <database> # Remote connection psql -h <host> -p <port> -U <username> -W <password> <database> # Remote connection
``` ```