Skip to content

Support max_rows directive on table and view #595

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 4 commits into from
Jun 13, 2025

Conversation

kafaichoi
Copy link
Contributor

What kind of change does this PR introduce?

max_rows directive on table and view will be enforced. (precedence as table/view > schema)

Closes #594

What is the current behavior?

max_rows directives on table and view are ignored.

What is the new behavior?

max_rows directive on table & view will be enforced just like max_rows on schema.

@kafaichoi kafaichoi changed the title Support max rows in table and view Support max_rows directive on table and view May 29, 2025
@kafaichoi kafaichoi force-pushed the support-max-rows-in-table-and-view branch from 59ca910 to 50ad0f5 Compare May 29, 2025 11:52
@imor imor merged commit 4c07228 into supabase:master Jun 13, 2025
8 checks 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.

Can I set max_rows to a single table or view?
2 participants