-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
pg-extension-conflictIssues caused by combining with other Postgres extensionsIssues caused by combining with other Postgres extensions
Description
What happens?
pg_dickdb v1.0.0 added a time_bucket
function. TimescaleDB
already has this function. So when installing the latest pg_duckdb
extension in a server that already has timescaleDB
extension leads to error
function time_bucket already exists with same argument types
To Reproduce
CREATE EXTESNION timescaledb;
CREATE EXTENSION pg_duckdb;
OS:
Linux x86_64
pg_duckdb Version (if built from source use commit hash):
v1.0.0
Postgres Version (if built from source use commit hash):
13, 14, 15, 16, 17
Hardware:
No response
Full Name:
Sambitesh Dash
Affiliation:
Microsoft
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a stable release
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include all code required to reproduce the issue?
- Yes, I have
Did you include all relevant configuration (e.g., CPU architecture, Linux distribution) to reproduce the issue?
- Yes, I have
Metadata
Metadata
Assignees
Labels
pg-extension-conflictIssues caused by combining with other Postgres extensionsIssues caused by combining with other Postgres extensions