postgres_scanner
postgres_scanner copied to clipboard
Results
62
postgres_scanner issues
Sort by
recently updated
recently updated
newest added
### What happens? When using DuckDB v1.1.3 with the Postgres extension (https://duckdb.org/docs/extensions/postgres.html), DuckDB crashes when querying a schema named "main." I can successfully attach several databases and use the SHOW...
### What happens? When querying information_schema.tables, even if the data source is a view, it is displayed as `BASE TABLE`. ### To Reproduce ``` $ ./duckdb v1.1.2 f680b7d08f Enter ".help"...