Fix formatting issue in pg_timescaledb

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-02-17 09:59:29 +01:00
parent 5c96c94175
commit f06777f24f

View file

@ -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 <database_name>
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
Finally, you can check that the extension was activated for your database:
::
$ sudo -u postgres psql <database_name>
\dx