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
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: resources/cli.conf
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@
7
7
#
8
8
# please put items in order by section
9
9
10
+
Connection options|h|hostname|HOST|text|mandatory|connect to host via SSH and then use 'psql' installed on that server OR the local 'psql' will be used
10
11
Connection options|p|port|PGPORT|number|optional|PostgreSQL database server port (default: "5432")
11
12
Connection options|d|dbname|DBNAME|word|optional|database name to connect to (default: "postgres")
12
13
Connection options|None|ss-dbname|SSDBNAME|word|optional|database name with enabled 'pg_stat_statements' extension (for Kxxx checks)
13
14
Connection options|U|username|USERNAME|word|optional|database user name (default: psql's default if not given)
14
-
Connection options|h|hostname|HOST|text|mandatory|database and ssh server host
15
15
Connection options|s|pg-socket-dir|PGSOCKET|text|optional|PostgreSQL domain socket dir (default: psql's default)
16
16
Connection options|None|psql-binary|PSQLBINARY|text|optional|psql utility path (default: from $PATH)
17
17
Connection options|S|statement-timeout|STIMEOUT|number|optional|statement timeout for sql commands (default: 15 seconds)
0 commit comments