Skip to content

Conversation

joellubi
Copy link
Contributor

@joellubi joellubi commented Apr 11, 2024

Follow-up to: #11446

Removes filtering of system catalogs (system, temp) and schemas (information_schema, pg_catalog). There is no actual requirement to omit these objects and by leaving them in, the client may decide themselves whether to include them.

Additionally, adding these catalogs/schemas surfaced a bug in the previous implementation where other objects were getting duplicated because of a bad join on the schemata. This has been corrected in the underlying SQL queries.

@joellubi joellubi marked this pull request as ready for review April 11, 2024 15:10
@Mytherin Mytherin merged commit 8116e65 into duckdb:main Apr 12, 2024
@Mytherin
Copy link
Collaborator

Thanks!

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Apr 12, 2024
Merge pull request duckdb/duckdb#11618 from joellubi/adbc-getobjects-no-filter
Merge pull request duckdb/duckdb#11623 from Tishj/modular_extension_entries_generation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants