Skip to content

Commit a8f1586

Browse files
atovpekosvenklemm
andauthored
Update use-timescale/schema-management/alter.md
Co-authored-by: Sven Klemm <[email protected]> Signed-off-by: Anastasiia Tovpeko <[email protected]>
1 parent 04437cb commit a8f1586

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

use-timescale/schema-management/alter.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ SELECT alter_job(<job_id>, scheduled => false);
8686

8787
-- Step 3: Convert all chunks back to rowstore
8888
-- For all chunks:
89-
SELECT decompress_chunk(chunk_schema || '.' || chunk_name)
90-
FROM timescaledb_information.chunks
91-
WHERE hypertable_name = 'conditions'
92-
AND is_compressed = true;
89+
SELECT decompress_chunk(show_chunks('conditions'));
9390

9491
-- Or for specific time ranges:
9592
SELECT decompress_chunk(c)

0 commit comments

Comments
 (0)