You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated PostgreSQL custom configuration guide with new superuser-level settings options including deadlock timeout, parameter logging, network connectivity, safe update enforcement, and function tracking capabilities.
This pull request has been ignored for the connected project xguihxuzqibwxjnimxev because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.
No actionable comments were generated in the recent review. 🎉
Walkthrough
Updated Postgres configuration documentation with five new superuser settings entries and reordered pg_net.ttl. Added "safeupdate" to the MDX linter's spelling exception list to support the new parameter.
Changes
Cohort / File(s)
Summary
Documentation and Configuration Updates apps/docs/content/guides/database/custom-postgres-config.mdx, supa-mdx-lint/Rule003Spelling.toml
Extended documented Postgres superuser configuration options with deadlock_timeout, log_parameter_max_length, pg_net.ttl, safeupdate.enabled, and track_functions. Added "safeupdate" spelling exception to MDX linting rules.
The pull request title clearly summarizes the main change: updating documentation for configurable superuser settings, which aligns with the file changes and objectives.
Description check
✅ Passed
The pull request description addresses all template sections with relevant information, including CONTRIBUTING.md confirmation, change type, current behavior, and new behavior with context.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection
✅ Passed
✅ No merge conflicts detected when merging into master
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing touches🧪 Generate unit tests (beta)
Create PR with unit tests
Post copyable unit tests in a comment
Commit unit tests in branch docs/superuser-settings
Comment @coderabbitai help to get the list of available commands and usage tips.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
documentationImprovements or additions to documentation
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have read the CONTRIBUTING.md file.
YES
What kind of change does this PR introduce?
docs update
What is the current behavior?
Superuser settings list is out of date
What is the new behavior?
Update superuser settings with new configs
Summary by CodeRabbit