Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

connecting to timescaledb from terminal

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;
 
PREVIOUS NEXT
Tagged: #connecting #timescaledb #terminal
ADD COMMENT
Topic
Name
3+9 =