duckdb / duckdb/duckdb-postgres
Feature request: Include tempory table schemas when a specific schema is attached
- Dominant language
- C++
- Stars
- 372
- Forks
- 105
- Avg merge
- 10h 19m
- Merged PRs (30d)
- 18
Description
Is it possible to add support for accessing temporary tables when the SCHEMA parameter is used in ATTACH?
https://github.com/duckdb/duckdb-postgres/pull/259 is very nice to limit to attaching a single schema, but in doing so, duckdb no longer has access to the `pg_temp_` schemas where temporary tables go.
https://github.com/duckdb/duckdb-postgres/pull/234 has been very useful too, so was wondering if there is some way to use temporary tables while maintaining the functionality from here (being able to query just in `pg_temp` schema) when a single schema is attached.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.