Skip to content

docs(cluster): fix inaccurate docs and runbook SQL queries#829

Open
philippemnoel wants to merge 1 commit intocloudnative-pg:mainfrom
paradedb:phil/docs-accuracy-fixes
Open

docs(cluster): fix inaccurate docs and runbook SQL queries#829
philippemnoel wants to merge 1 commit intocloudnative-pg:mainfrom
paradedb:phil/docs-accuracy-fixes

Conversation

@philippemnoel
Copy link
Contributor

I caught these while working on the @paradedb fork. Figured these changes would benefit upstream and reduce our diff:

  • Fix Getting Started docs: cluster.postgresqlcluster.postgresql.parameters with correct nesting, cluster.initSQLcluster.initdb.postInitSQL with mention of the other init hooks, and a small grammar fix
  • Fix SQL queries across all 3 logical replication runbooks: use correct pg_subscription catalog columns (subconninfo, subslotname, subsynccommit, subpublications instead of the non-existent srconninfo, srslotname, etc.), proper JOINs between pg_subscription, pg_stat_subscription, and pg_stat_subscription_stats, and COALESCE for nullable columns
  • Fix console statefulset: correct the nohup redirect order (> file 2>&1 not 2>&1 > file) and point the docs URL to the upstream repo instead of the paradedb fork
  • Add missing newlines at end of runbook files

Enjoy!

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. chart( cluster ) Related to the cluster chart labels Mar 5, 2026
Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
@philippemnoel philippemnoel force-pushed the phil/docs-accuracy-fixes branch from 2546ab6 to 42db436 Compare March 5, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chart( cluster ) Related to the cluster chart size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant