0
Q:

connecting to timescaledb from terminal

sudo su -l postgres
psql
0
CREATE database test_db;

#change into the test_db:
\c test_db

Output:
You are now connected to database "test_db" as user "postgres".

#create TimescaleDB extension:
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
0

New to Communities?

Join the community