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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ General options|c|config|CONFIG|text|optional|all|Path to configuration YAML fil
20
20
'collect' options|None|pg-hostname|PGHOST|text|optional|collect,run|Connect to the specified host via 'psql'. Local 'psql' will be used to work via Postgres connection to the specified host
21
21
'collect' options|None|pg-port|PGPORT|number|optional|collect,run|PostgreSQL database server port (default: 5432)
22
22
'collect' options|d|dbname|DBNAME|word|optional|collect,run|Database name to connect to (default: "postgres")
23
-
'collect' options|None|ss-dbname|SSDBNAME|word|optional|collect,run|Database name with enabled 'pg_stat_statements' extension (forKxxx reports)
23
+
'collect' options|None|ss-dbname|SSDBNAME|word|optional|collect,run|Database name with enabled 'pg_stat_statements' extension (fordetailed query analysis)
24
24
'collect' options|U|username|USERNAME|word|optional|collect,run|Database user name (default: psql's default if not given)