docs: port pg_clickhouse v0.3.2 updates from upstream#240
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
3 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Ports the upstream clickhouse-docs#6420 (
Update pg_clickhouse docs to v0.3.2) to the Mintlify site.Changes
Applied to both Mintlify mirrors of these pages:
products/managed-postgres/extensions/pg_clickhouse/{introduction,reference}.mdxintegrations/connectors/tools/pg_clickhouse/{introduction,reference}.mdxintroduction.mdx:pg_clickhouseDocker tag andpostgresql-serverpackage from18→19.reference.mdx:CREATE SERVERoptions:compression,min_tls_version,secure.regexp_match→extractGroups/extractAll+arraySlicefunction mapping.i,m,n,p,s,t,w) and the newline-behavior comparison table.(?i-s)→(?i).regexp_matchreturningNULLvs. empty array andCOALESCE()workaround./docs/18/→/docs/current/.Context
/reference/functions/...etc.) were preserved when porting the newregexp_matchbullet, so internal links continue to resolve.sidebarTitle) and admonition syntax (<Tip>,<Note>,<Warning>) were left untouched — only the v0.3.2 content updates were ported.mint validatecould not finish in the sandbox (timed out), so the PR has not been validated locally; changes are limited to content edits in 4 files with no structural or link-target changes beyond those listed above.Note
Low Risk
Documentation-only edits in four MDX files with no application code or auth changes; risk is limited to possible doc inconsistencies (e.g. reference “Getting started” Docker snippets may still show
:18where introduction was bumped to:19).Overview
Ports pg_clickhouse v0.3.2 documentation into the Mintlify site, mirrored in both
integrations/connectors/tools/pg_clickhouse/andproducts/managed-postgres/extensions/pg_clickhouse/.Introduction pages bump the quick-start Docker image tag and APT package from PostgreSQL 18 → 19 (
ghcr.io/clickhouse/pg_clickhouse:19,postgresql-server-19).Reference pages document new
CREATE SERVERoptions:compression(binary driver),min_tls_version, andsecure(TLS auto/on/off with default ports). They addregexp_matchpushdown mapping to ClickHouseextractGroups/extractAll+arraySlice, and expand the regex compatibility section with flag-translation and newline-behavior tables (example pushdown now uses(?i)instead of(?i-s)), plus guidance onregexp_matchNULL vs empty array andCOALESCE(). External Postgres doc links move from/docs/18/to/docs/current/.Reviewed by Cursor Bugbot for commit 8665c6e. Bugbot is set up for automated code reviews on this repo. Configure here.