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
The same attach command works against duckdb 1.3.2 with the default postgres.
If we update the postgres from core_nightly the command fails to attach with the error below.
port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet
To Reproduce
RDS postgres + S3 bucket.
duckdb 1.3.2
force install postgres from core_nightly
ATTACH IF NOT EXISTS 'ducklake:postgres:<RDS_POSTGRES>' AS tracer_bullet_ducklake (DATA_PATH 's3://<S3_BUCKET>');
OS:
macos
PostgreSQL Version:
16.2
DuckDB Version:
1.3.2
DuckDB Client:
ducdkb
Full Name:
Prakash
Affiliation:
Summation
Have you tried this on the latest main branch?
I agree
Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?