You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the PgManage setup executable and follow the installation instructions.
22
-
FIXME: add postgresql command line tools installation instructions
23
22
24
23
### Mac
25
24
26
25
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
28
26
29
27
### Oracle Support
30
28
31
29
A note about extra dependencies for Oracle support.
32
30
33
31
### 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.
36
33
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.
38
36
39
37
40
38
## Launching the App
@@ -81,7 +79,7 @@ There are two special connection types, which behave differently:
81
79
-**SQLite connections** do not need any other settings besides the sqlite3 file path.
82
80
-**Terminal connections** are shell/console sessions with a remote host. These require setting SSH properties.
83
81
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.
0 commit comments