Skip to content

Commit

Permalink
Update timeseries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored May 31, 2024
1 parent e5a59ec commit 8eea0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/timeseries.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CREATE EXTENSION

## Getting Started

Once you have determined which table needs time-series enhancement, simply call the `enable_ts_table` function with your table name and the name of the column that stores the time for each row:
Assuming you already have a partitioned table created, simply call the `enable_ts_table` function with your table name.

```sql
SELECT enable_ts_table('sensor_readings');
Expand Down

0 comments on commit 8eea0eb

Please sign in to comment.