Conversation
…extensions usage guide - Rename 06-minior-version-upgrade.mdx → 06-minor-version-upgrade.mdx across preview, release-1_0, release-1_0_1, release-1_0_2 (PostgreSQL, MySQL, Qdrant) - Add docs/en/preview/kubeblocks-for-postgresql/10-using-extensions.mdx with practical SQL examples for all 11 pre-installed extensions: pgvector, PostGIS, TimescaleDB, pg_duckdb, roaringbitmap, pg_trgm, pg_stat_statements, pgaudit, pg_cron, pg_partman, pglogical Closes #247
- PostGIS: add caution about pgaudit.log conflict during installation - pg_duckdb: replace nonexistent duckdb_version() with duckdb.raw_query() - pg_partman v5: fix schema (public not partman), remove p_type param, fix p_interval to use '1 day' instead of 'daily', fix run_maintenance_proc schema - pglogical: add prerequisite section with Reconfiguring OpsRequest to add it to shared_preload_libraries (required before CREATE EXTENSION) All examples verified on live PG 16.9 cluster.
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
06-minior-version-upgrade.mdx→06-minor-version-upgrade.mdxacross 12 files (PostgreSQL, MySQL, Qdrant in preview, release-1_0, release-1_0_1, release-1_0_2)10-using-extensions.mdxfor PostgreSQL (preview) — practical SQL examples for all 11 pre-installed extensions: pgvector, PostGIS, TimescaleDB, pg_duckdb, roaringbitmap, pg_trgm, pg_stat_statements, pgaudit, pg_cron, pg_partman, pglogicalCloses #247