Skip to content

docs: add pooling and troubleshooting sections to the Postgres guide - #157

Open
mandarini wants to merge 1 commit into
mainfrom
docs/postgres-pooling-troubleshooting
Open

docs: add pooling and troubleshooting sections to the Postgres guide#157
mandarini wants to merge 1 commit into
mainfrom
docs/postgres-pooling-troubleshooting

Conversation

@mandarini

@mandarini mandarini commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

Adds the operational half of the Postgres guide, so a user can diagnose the common failures without opening a ticket. docs/postgres.md gains a "Connection pooling" subsection (4 connections per process, no wait limit, five round trips per scoped query), a "Which connection string to use" subsection (the Edge Functions default is the direct connection; use the transaction-mode pooler string for many isolates, passed as connectionString since SUPABASE_ secret names are reserved), a Deno import 'pg' note under Runtime support, a "Troubleshooting" table with ten symptoms and short sections for zero rows, saturation, the wrong-password circuit breaker, dropped connections, and roles in pooler logs, plus a "No pool tuning" bullet under Limits. The README docs index gets one row pointing at the troubleshooting anchor; the other rows only re-aligned. Every fact describes the pool as it is on main.

@mandarini
mandarini requested review from a team as code owners September 11, 2026 16:07
@pkg-pr-new

pkg-pr-new Bot commented Sep 11, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@supabase/server@157

commit: 12c162d

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