-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous aggregate: unrecognized parameter namespace "timescaledb" #2731
Comments
Hi @kmatt - The syntax |
@mfreed That was indeed the problem. I was referencing the 2.0 docs while using the 1.7 extension. |
SQL Error [22023]: ERROR: unrecognized parameter namespace "timescaledb" |
Had the same issue as sudeepignition.
Tried a 'create materialized hypertable' that works on other psql dbs with timescale ver 2.3, but for this particular db I got: ERROR: unrecognized parameter namespace "timescaledb" |
I am getting the same error using |
I'm seeing the same error |
I'm getting a similar error with a Kubernetes TimescaleDB deployment. CREATE MATERIALIZED VIEW account_event_hourly
WITH (timescaledb.continous)
[...] ERROR: unrecognized parameter "timescaledb.continous" Edit: that was just a typo... timescaledb.continuous works |
In my case it was my typo So |
Since this is a top Google result, I got the same error while experimenting with creating and dropping tables. It happened because I re-ran my queries in the wrong order. Turns out if you try to enable TimescaleDB compression before turning the table into a hypertable with |
Relevant system information:
Describe the bug
https://docs.timescale.com/latest/api#continuous-aggregates suggests that continuous aggregates are a community license feature, but upon attempting to create a materialized view get error
unrecognized parameter namespace "timescaledb"
To Reproduce
Steps to reproduce the behavior:
Actual behavior
unrecognized parameter namespace "timescaledb"
Additional context
Similar to #1953 this instance was originally installed from the pgdg12 repo.
With Postgres services stopped, that was uninstalled, and all Timescale objects removed from
/usr/pgsql-12
.timescaledb-postgresql-12.x86_64 was reinstalled from the @timescale_timescaledb repo at version 1.7.4-0.el8, and verified as below. Could this process be insufficient?
The text was updated successfully, but these errors were encountered: