Fix formatting issue in pg_timescaledb
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
5c96c94175
commit
f06777f24f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue