We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04437cb commit a8f1586Copy full SHA for a8f1586
use-timescale/schema-management/alter.md
@@ -86,10 +86,7 @@ SELECT alter_job(<job_id>, scheduled => false);
86
87
-- Step 3: Convert all chunks back to rowstore
88
-- 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;
+SELECT decompress_chunk(show_chunks('conditions'));
93
94
-- Or for specific time ranges:
95
SELECT decompress_chunk(c)
0 commit comments