Skip to main content
Since 2.21.0 Separate a from a . Hypertable structure The becomes a standalone with the same name and schema. All existing constraints and indexes on the are preserved after detaching. Foreign keys are dropped. In this initial release, you cannot detach a that has been converted to the .

Samples

Detach a from a :
CALL detach_chunk('_timescaledb_internal._hyper_1_2_chunk');

Arguments

NameTypeDescription
chunkREGCLASSName of the to detach.

Returns

This function returns void.