Skip to content

Commit 9ac38a8

Browse files
fix: typo in "Enable columnstore on a continuous aggregate" (#4486)
Signed-off-by: Arunprasad Rajkumar <[email protected]> Co-authored-by: Iain Cox <[email protected]>
1 parent 8ed0440 commit 9ac38a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

use-timescale/continuous-aggregates/compression-on-continuous-aggregates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For an [existing $CAGG][create-cagg]:
3232
To enable the $COLUMNSTORE compression on a $CAGG, set `timescaledb.enable_columnstore = true` when you alter the view:
3333

3434
```sql
35-
ALTER MATERIALIZED VIEW <cagg_name> set (timescaledb.enable_columnstore = true,);
35+
ALTER MATERIALIZED VIEW <cagg_name> set (timescaledb.enable_columnstore = true);
3636
```
3737
To disable the $COLUMNSTORE compression, set `timescaledb.enable_columnstore = false`:
3838

0 commit comments

Comments
 (0)