mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-20 12:47:40 +08:00
15 lines
222 B
SQL
15 lines
222 B
SQL
\set ON_ERROR_STOP 1
|
|
|
|
\set ECHO ALL
|
|
\ir include/insert.sql
|
|
|
|
\c Test1
|
|
\d+ "_sysinternal".*
|
|
|
|
\c test2
|
|
\d+ "_sysinternal".*
|
|
SELECT *
|
|
FROM "_sysinternal"._hyper_1_0_replica;
|
|
SELECT *
|
|
FROM "_sysinternal"._hyper_1_0_distinct;
|