<selectclass="gf-form-input"ng-model="ctrl.current.jsonData.sslmode"ng-options="mode for mode in ['disable', 'require', 'verify-ca', 'verify-full']"ng-init="ctrl.current.jsonData.sslmode"></select>
The maximum amount of time in seconds a connection may be reused. If set to 0, connections are reused forever.
The maximum amount of time in seconds a connection may be reused. If set to 0, connections are reused forever.
</info-popover>
</info-popover>
...
@@ -104,11 +113,13 @@
...
@@ -104,11 +113,13 @@
</info-popover>
</info-popover>
</span>
</span>
<spanclass="gf-form-select-wrapper">
<spanclass="gf-form-select-wrapper">
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.jsonData.postgresVersion"ng-options="f.value as f.name for f in ctrl.postgresVersions"></select>
<ahref="https://github.com/timescale/timescaledb"class="pointer"target="_blank">TimescaleDB</a> is a time-series database built as a PostgreSQL extension. If enabled, Grafana will use <code>time_bucket</code> in the <code>$__timeGroup</code> macro and display TimescaleDB specific aggregate functions in the query builder.
<ahref="https://github.com/timescale/timescaledb"class="pointer"target="_blank">TimescaleDB</a> is a
time-series database built as a PostgreSQL extension. If enabled, Grafana will use <code>time_bucket</code> in
the <code>$__timeGroup</code> macro and display TimescaleDB specific aggregate functions in the query builder.