Open listaction opened 10 months ago
Hello @listaction,
Thanks for reaching out. The function by_range
was added in TimescaleDB 2.13.0. According to the output you provided, you are using TimescaleDB 2.10.2
. Please upgrade TimescaledDB to version 2.13.0. Afterward, you can use this function:
test2=# CREATE TABLE stocks_real_time (
test2(# time TIMESTAMPTZ NOT NULL,
test2(# symbol TEXT NOT NULL,
test2(# price DOUBLE PRECISION NULL,
test2(# day_volume INT NULL
test2(# );
CREATE TABLE
test2=# SELECT create_hypertable('stocks_real_time', by_range('time'));
create_hypertable
-------------------
(63,t)
(1 row)
Dear Author,
This issue has been automatically marked as stale due to lack of activity. With only the issue description that is currently provided, we do not have enough information to take action. If you have or find the answers we would need, please reach out. Otherwise, this issue will be closed in 30 days.
Thank you!
What type of bug is this?
Unexpected error
What subsystems and features are affected?
Platform/OS
What happened?
hi guys, looking forward to using this product. when i get the latest docker image and try to create a table / function - see the following errrors.
TimescaleDB version affected
timescale/timescaledb-ha:pg14-latest
PostgreSQL version used
14.1
What operating system did you use?
mac osx 12.6.8
What installation method did you use?
Docker
What platform did you run on?
On prem/Self-hosted
Relevant log output and stack trace