Skip to content

Commit b72b104

Browse files
committed
add a note about .pgpass not working with connection strings
minor clean-up, add missing newlines
1 parent 4f03017 commit b72b104

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/en/02_quick_start.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,20 @@ chmod +x ./pgmanage-$version.AppImage
1919
### Windows
2020

2121
Run the PgManage setup executable and follow the installation instructions.
22-
FIXME: add postgresql command line tools installation instructions
2322

2423
### Mac
2524

2625
Download the `DMG` file and double click on it and drag the PgManage icon to the `Applications Folder` icon.
27-
FIXME: add postgresql command line tools installation instructions
2826

2927
### Oracle Support
3028

3129
A note about extra dependencies for Oracle support.
3230

3331
### Postgresql Client
34-
While being self-contained application for the majority of features, pgmanage relies on postgresql command line tools to perform database backup and restore operations
35-
TODO: add winstallation guide for various linux distros, windows and osx
32+
While being self-contained application for the majority of features, pgmanage relies on postgresql command line tools to perform database backup and restore operations.
3633

37-
TODO:A note about extra dependencies for Oracle support.
34+
TODO: add installation guide for various linux distros, windows and osx\
35+
TODO: add note about extra dependencies for Oracle support.
3836

3937

4038
## Launching the App
@@ -81,7 +79,7 @@ There are two special connection types, which behave differently:
8179
- **SQLite connections** do not need any other settings besides the sqlite3 file path.
8280
- **Terminal connections** are shell/console sessions with a remote host. These require setting SSH properties.
8381

84-
> **Note:** the password field is optional. If you leave it empty, the password prompt will be shown each time before establishing the connection. For PostgreSQL connections, PgManage will also try to retrieve the connection password from the `.pgpass` file.
82+
> **Note:** the password field is optional. If you leave it empty, the password prompt will be shown each time before establishing the connection. For PostgreSQL connections, PgManage will also try to retrieve the connection password from the `.pgpass` file, unless the connection properties are provided in connection string form.
8583
8684
### SSH Tunnelling
8785

0 commit comments

Comments
 (0)