Skip to content

docs: cover more platforms in pg_cron section#277

Merged
NikolayS merged 1 commit into
mainfrom
docs/pg-cron-more-platforms
Jun 3, 2026
Merged

docs: cover more platforms in pg_cron section#277
NikolayS merged 1 commit into
mainfrom
docs/pg-cron-more-platforms

Conversation

@NikolayS
Copy link
Copy Markdown
Owner

@NikolayS NikolayS commented Jun 3, 2026

Extends the "Enabling pg_cron on managed platforms" section in docs/installation.md to cover newly-added platforms. Each entry uses the documented enablement mechanism plus the shared create extension/pgque.start() pattern. Where the official docs do not publish an exact pg_cron version (Crunchy Bridge, Tiger Data, IBM, Oracle OCI), no version is asserted in prose.

Managed clouds:

  • Crunchy Bridge — preloadable, create extension pg_cron;
  • Tiger Data (Tiger Cloud) — tsdbadmin runs create extension
  • ClickHouse Cloud (Managed Postgres) — create extension pg_cron; (1.6)
  • IBM Cloud Databases for PostgreSQL — create extension + cron.schedule()
  • Oracle OCI Database with PostgreSQL — enable via custom config / Extension Manager, then create extension
  • Ubicloud Managed PostgreSQL — create extension pg_cron; (1.6)

Kubernetes operators:

  • Zalando postgres-operator — add pg_cron to shared_preload_libraries in the cluster manifest, then create extension

Source of truth: evidence comments on issue #270.

🤖 Generated with Claude Code

Add pg_cron enablement steps for Crunchy Bridge, Tiger Data, ClickHouse
Cloud, IBM Cloud, Oracle OCI, Ubicloud, and the Zalando postgres-operator.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@NikolayS NikolayS merged commit bdcdb41 into main Jun 3, 2026
28 of 29 checks passed
@NikolayS NikolayS deleted the docs/pg-cron-more-platforms branch June 3, 2026 00:37
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.

1 participant