equal
deleted
inserted
replaced
105 * -t 1000 *invalid* |
105 * -t 1000 *invalid* |
106 |
106 |
107 All database connection options are passed as a key/val string to the |
107 All database connection options are passed as a key/val string to the |
108 *dbopts* flag. The default is: |
108 *dbopts* flag. The default is: |
109 |
109 |
110 "host=localhost port=5432 dbname=netdata user=netdata application_name=netdata-tsrelay" |
110 "host=localhost dbname=netdata application_name=netdata-tsrelay" |
|
111 |
|
112 ... which uses the default PostgreSQL port, and connects as the running |
|
113 user. |
111 |
114 |
112 Reference the [PostgreSQL |
115 Reference the [PostgreSQL |
113 Documentation](https://www.postgresql.org/docs/current/static/libpq-conn |
116 Documentation](https://www.postgresql.org/docs/current/static/libpq-conn |
114 ect.html#LIBPQ-PARAMKEYWORDS) for all available options (including how |
117 ect.html#LIBPQ-PARAMKEYWORDS) for all available options (including how |
115 to store passwords in a separate file, enable SSL mode, etc.) |
118 to store passwords in a separate file, enable SSL mode, etc.) |