Horje
connecting to timescaledb from terminal Code Example
connecting to timescaledb from terminal
sudo su -l postgres
psql
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;




Shell

Related
git pull branch you are not on Code Example git pull branch you are not on Code Example
ssh to lightsail Code Example ssh to lightsail Code Example
kubectl get pods wide Code Example kubectl get pods wide Code Example
ffmpeg scale but keep aspect ratio Code Example ffmpeg scale but keep aspect ratio Code Example
install renusify Code Example install renusify Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8