postgres_scanner icon indicating copy to clipboard operation
postgres_scanner copied to clipboard

Results 38 postgres_scanner issues
Sort by recently updated
recently updated
newest added

### What happens? I am writing functions in PL/Python in Greenplum (GP) with three main steps: 1. Using DuckDB to read GP tables. 2. Calculating a result table, "rst," in...

I use duckdb to query greenplum, and after a series of calculations, I write the results back to greenplum. However, the write-back speed is very slow. Is there any way...

### What happens? I tried to truncate a large table with both psycopg and duckdb_postgres_scanner. Psycopg is truncating table instantly. Duckdb postgres scanner takes long time than psycopg (about 20-30...

### What happens? Hello, I tried to do a parallel import in Postgres. I wonder if postgres_scanner allows this ? ### To Reproduce I tried : ``` ATTACH 'user=postgres host=/var/run/postgresql...

enhancement

### What happens? What would it take to build binaries that can be used in R for Windows? The spatial extension seems to work already: https://github.com/duckdb/duckdb-r/issues/23#issuecomment-1985276933 This extension can be...

### What happens? When I try to use the postgres extension with AWS Redshift I get an error message: ``` Error: Invalid Error: Failed to execute query "SELECT CURRENT_SETTING('server_version'), (SELECT...

### What happens? I am using Quickdb 0.9.2. In my SQL script, I call the postgres_scan command. I specify the correct data for the connection: host, port, user, and so...

### What happens? `INSERT INTO [...] ON CONFLICT` does not find unique/primary key constraint for a referenced conflict target in an attached Postgres DB. Hence, the Upsert does not occur....

### What happens? According to the documentation database copying should be available when using dev version of DuckDB but I get the following error when trying to copy a postgres...

### What happens? When attempting to insert into a Postgres table and return the auto-generated ID for use in indexing, the following error is thrown: ``` Binder Error: RETURNING clause...