Skip to content

Commit

Permalink
Fix incorrect sql query (github#362)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
  • Loading branch information
Loquacity and jacobprall authored Sep 10, 2021
1 parent 5b5fb32 commit 4db406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timescaledb/tutorials/custom-timescaledb-dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ compressing the data. You can get this additional information by querying the
`chunk_compression_stats` function with the `conditions` hypertable:

```sql
tsdb=> SELECT * FROM chunks_detailed_size('conditions');
tsdb=> SELECT * FROM chunk_compression_stats('conditions');
-[ RECORD 1 ]------------------+----------------------
chunk_schema | _timescaledb_internal
chunk_name | _hyper_6_913_chunk
Expand Down

0 comments on commit 4db406f

Please sign in to comment.