Skip to content

Instantly share code, notes, and snippets.

@hazelgurule
hazelgurule / repro.md
Last active January 19, 2024 15:05
Minimal repro of duckdb/postgres_scanner issue 156

Postgres structure - 3 tables, each has 1 text column named "id"

psql (14.10 (Homebrew))
Type "help" for help.

[LOCAL] mydatabase=# select * from test1;
 id
----
(0 rows)