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