mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 11:45:11 +08:00
16 lines
197 B
SQL
16 lines
197 B
SQL
\set ON_ERROR_STOP 1
|
|
|
|
\set ECHO ALL
|
|
\ir include/insert.sql
|
|
|
|
|
|
\c Test1
|
|
\d+ "testNs".*
|
|
|
|
\c test2
|
|
\d+ "testNs".*
|
|
SELECT *
|
|
FROM "testNs"._hyper_1_0_replica;
|
|
SELECT *
|
|
FROM "testNs"._hyper_1_0_distinct;
|