From f06777f24fb1ec9fc70ccdfeab2a0ebc18d36607 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 17 Feb 2021 09:59:29 +0100 Subject: [PATCH] Fix formatting issue in pg_timescaledb Signed-off-by: Pierre-Yves Chibon --- docs/datanommer_datagrepper/pg_timescaledb.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/datanommer_datagrepper/pg_timescaledb.rst b/docs/datanommer_datagrepper/pg_timescaledb.rst index 030a505..8ff6aa2 100644 --- a/docs/datanommer_datagrepper/pg_timescaledb.rst +++ b/docs/datanommer_datagrepper/pg_timescaledb.rst @@ -46,11 +46,13 @@ You can then check if the extension loaded properly: Then, you will need to activate it for your database: :: + $ sudo -u postgres psql CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE; Finally, you can check that the extension was activated for your database: :: + $ sudo -u postgres psql \dx