You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inserting into a postgres table with a conflict or replace statement does not work as it appears duckdb does not fetch the indexes or schema correctly?
To Reproduce
INSTALL postgres;
LOAD postgres;
ATTACH '...'AS dbname (TYPE POSTGRES);
INSERT OR REPLACE INTO dbname.table ...;
-- Binder Error: There are no UNIQUE/PRIMARY KEY Indexes that refer to this table, ON CONFLICT is a no-op
OS:
Ubuntu 22.04
DuckDB Version:
1.1.3
DuckDB Client:
CLI
Hardware:
No response
Full Name:
Kilian Ciuffolo
Affiliation:
Roblox
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have not tested with any build
Did you include all relevant data sets for reproducing the issue?
No - I cannot share the data sets because they are confidential
Did you include all code required to reproduce the issue?
Yes, I have
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
Yes, I have
The text was updated successfully, but these errors were encountered:
What happens?
Inserting into a postgres table with a conflict or replace statement does not work as it appears duckdb does not fetch the indexes or schema correctly?
To Reproduce
OS:
Ubuntu 22.04
DuckDB Version:
1.1.3
DuckDB Client:
CLI
Hardware:
No response
Full Name:
Kilian Ciuffolo
Affiliation:
Roblox
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have not tested with any build
Did you include all relevant data sets for reproducing the issue?
No - I cannot share the data sets because they are confidential
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: