Update pg_clickhouse docs to v0.3.2#6420
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
afc2d2c to
9513d18
Compare
Blargian
approved these changes
Jun 22, 2026
9513d18 to
118619b
Compare
|
Docs PR opened: ClickHouse/mintlify-docs-dev#240 Ported pg_clickhouse v0.3.2 upstream updates, bumping Postgres 18 to 19 and adding new server options, regex flag handling, and regexp_match mapping. |
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
Update pg_clickhouse docs to v0.3.2
Checklist
Note
Low Risk
Documentation-only changes with no application or infrastructure code modified.
Overview
Updates pg_clickhouse managed Postgres extension docs to v0.3.2, mainly in
reference.mdandintroduction.md.Getting started / install: Docker image tag moves from
:18to:19; Debian/Ubuntu examples usepostgresql-server-19instead ofpostgresql-server-18.Foreign server (
CREATE SERVER): Documents new connection options—compression(binary driver),min_tls_version, andsecure(auto/on/offwith port defaults).Pushdown & compatibility: Adds
regexp_matchpushdown (extractGroups/extractAll+arraySlice). Rewrites the regex section: Postgres→ClickHouse flag mapping table (m,n,p,w, etc.), newline/line-ending behavior comparison tables, and notes that unsupported flags block pushdown. Documentsregexp_matchreturningNULLvs ClickHouse empty arrays (COALESCE(..., '{}')). External Postgres doc links switch from version18tocurrent.Reviewed by Cursor Bugbot for commit 118619b. Bugbot is set up for automated code reviews on this repo. Configure here.