duckdb / postgres_scanner

https://duckdb.org/docs/extensions/postgres
MIT License
227 stars 36 forks source link

Try to reload a table/view definition from Postgres if a table/view is not found #165

Closed Mytherin closed 8 months ago

Mytherin commented 8 months ago

If a new table is created from within Postgres, the table should now be immediately visible in DuckDB without having to run CALL pg_clear_cache().