Skip to content

fix: remove system schemas from table list #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

gregnr
Copy link
Collaborator

@gregnr gregnr commented Apr 9, 2025

In #43 we embedded table listing logic from pg-meta, but we forgot to exclude system schemas from the result. This results in a much larger JSON array which tends to use up the entire LLM context limit.

Fixes by excluding system schemas from list_tables.

@gregnr gregnr merged commit 83055fb into main Apr 9, 2025
1 check passed
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