Update Postgres FAQ & OpenAPI docs#6280
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
deeox
approved these changes
May 26, 2026
|
Docs PR opened: ClickHouse/mintlify-docs-dev#61 Updated the Managed Postgres FAQ and OpenAPI guide with corrected examples, UUID identifiers, removed storageSize, and minor copy edits. |
Blargian
approved these changes
May 26, 2026
Uncomment and correct the APIs that weren't yet implemented at the time I originally wrote the docs. Also change the IDs from UBIDs to UUIDs and remove `storageSize` from requests, as it's no longer needed. Update the FAQ with information about Query Performance Insights, link to the OpenAPI docs, fix the number of extensions, and do some mild copy editing.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Uncomment and correct the APIs that weren't yet implemented at the time I originally wrote the docs. Also change the IDs from UBIDs to UUIDs and remove
storageSizefrom requests, as it's no longer needed.Update the FAQ with information about Query Performance Insights, link to the OpenAPI docs, fix the number of extensions, and do some mild copy editing.
Checklist
Note
Low Risk
Markdown-only documentation changes with no runtime or security impact.
Overview
Updates Managed Postgres user-facing docs to match shipped product behavior and current API shapes.
The FAQ now documents Query Performance Insights (with a blog link and Query Insights tab) instead of a “coming soon” note, points Terraform readers to OpenAPI as well as the console, revises the supported extension count to over 90, and applies small clarifications in the PgBouncer / prepared-statement sections.
The OpenAPI guide uncomments and refreshes examples: list/create/read flows use UUID service IDs and realistic response fields; create no longer includes
storageSizein the request body; the config example usespgConfig/pgBouncerConfigand shows the restart warning in the API response.Reviewed by Cursor Bugbot for commit 3be5ec6. Bugbot is set up for automated code reviews on this repo. Configure here.