Skip to content

docs: port pg_clickhouse v0.3.2 updates from upstream#240

Open
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/8c05c8a2
Open

docs: port pg_clickhouse v0.3.2 updates from upstream#240
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/8c05c8a2

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

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}.mdx
  • integrations/connectors/tools/pg_clickhouse/{introduction,reference}.mdx

introduction.mdx:

  • Bumped pg_clickhouse Docker tag and postgresql-server package from 1819.

reference.mdx:

  • Added new CREATE SERVER options: compression, min_tls_version, secure.
  • Added regexp_matchextractGroups / extractAll + arraySlice function mapping.
  • Rewrote the regex-flags pushdown section: replaced the old bullet list with the new flag-translation table (i, m, n, p, s, t, w) and the newline-behavior comparison table.
  • Updated the pushed-down example from (?i-s)(?i).
  • Added a note about regexp_match returning NULL vs. empty array and COALESCE() workaround.
  • Updated linked Postgres docs URL from /docs/18//docs/current/.

Context

  • Slugs and file paths were preserved per the migration policy (no renames).
  • Slug-only-relative link rewrites already present in the Mintlify copy (/reference/functions/... etc.) were preserved when porting the new regexp_match bullet, so internal links continue to resolve.
  • Mintlify-specific frontmatter (sidebarTitle) and admonition syntax (<Tip>, <Note>, <Warning>) were left untouched — only the v0.3.2 content updates were ported.
  • mint validate could 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 :18 where 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/ and products/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 SERVER options: compression (binary driver), min_tls_version, and secure (TLS auto/on/off with default ports). They add regexp_match pushdown mapping to ClickHouse extractGroups / 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 on regexp_match NULL vs empty array and COALESCE(). 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.

@mintlify

mintlify Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ClickHouse-docs 🟢 Ready View Preview Jun 22, 2026, 4:15 PM

@Blargian

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

# Conflicts:
#	integrations/connectors/tools/pg_clickhouse/introduction.mdx
#	integrations/connectors/tools/pg_clickhouse/reference.mdx
#	products/managed-postgres/extensions/pg_clickhouse/reference.mdx

Copilot AI commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Resolved in merge commit 29e209f1.

  • integrations/connectors/tools/pg_clickhouse/introduction.mdx and reference.mdx — these were deleted in main as part of the June 22 migration; accepted the deletions.
  • products/managed-postgres/extensions/pg_clickhouse/reference.mdx — content conflict in the regex flag-translation table and the COALESCE SQL example; both sides had the same v0.3.2 content, only differing in indentation. Used main's formatting (4-space indent inside the bullet list).

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

3 participants