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;