mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-24 15:05:03 +08:00
16 lines
425 B
SQL
16 lines
425 B
SQL
\set ON_ERROR_STOP 1
|
|
|
|
\set ECHO ALL
|
|
\ir include/insert_two_partitions.sql
|
|
|
|
\d+ "_iobeamdb_internal".*
|
|
SELECT *
|
|
FROM "_iobeamdb_internal"._hyper_1_0_replica;
|
|
SELECT * FROM _iobeamdb_catalog.chunk;
|
|
SELECT * FROM _iobeamdb_catalog.chunk_replica_node;
|
|
SELECT * FROM _iobeamdb_catalog.partition_replica;
|
|
SELECT * FROM chunk_closing_test;
|
|
SELECT * FROM ONLY chunk_closing_test;
|
|
SELECT * FROM "testNs";
|
|
SELECT * FROM ONLY "testNs";
|