timescale / docs

Timescale product documentation 📖
https://docs.timescale.com/
51 stars 98 forks source link

[Feedback] Page: /use-timescale/latest/hypertables/create/ #3442

Closed mpc755 closed 1 month ago

mpc755 commented 1 month ago

Is it easy to find the information you need?

Yes

Are the instructions clear?

Yes

How could we improve the Timescale documentation site?

I can't figure out if I am supposed to use 'by_range' or not. The page I am coming from says to use 'by_range(time)'. However, I receive: "ERROR: function by_range(unknown) does not exist".

I think I am using a newer version of timescaledb:

$ sudo dnf list installed | grep timescale timescaledb-2-loader-postgresql-16.x86_64 2.16.1-0.el9 @timescale_timescaledb
timescaledb-2-postgresql-16.x86_64 2.16.1-0.el9 @timescale_timescaledb
timescaledb-tools.x86_64 0.15.0-0.el9 @timescale_timescaledb

Maybe postgres is finding an older version?

Is the doc out of date?

github-actions[bot] commented 1 month ago

Thank you for the report. We welcome documentation contributions!

mpc755 commented 1 month ago

My user error. Missed this: "CREATE EXTENSION IF NOT EXISTS timescaledb;"