Skip to content

fix(prepared_statements): fix docs for full#75

Open
meskill wants to merge 1 commit into
mainfrom
push-qqpqmtpwpxwt
Open

fix(prepared_statements): fix docs for full#75
meskill wants to merge 1 commit into
mainfrom
push-qqpqmtpwpxwt

Conversation

@meskill
Copy link
Copy Markdown
Contributor

@meskill meskill commented May 20, 2026

No description provided.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying pgdog-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: f8df4d3
Status: ✅  Deploy successful!
Preview URL: https://f807a161.pgdog-docs.pages.dev
Branch Preview URL: https://push-qqpqmtpwpxwt.pgdog-docs.pages.dev

View logs

|---|---|---|---|---|
| `disabled` | no | no | no | Statements are forwarded as-is with no rewriting. |
| `extended` | yes | no | no | Default. Rewrites named extended-protocol statements (`Parse`/`Bind`/`Execute`). |
| `extended_anonymous` | yes | yes | no | Also rewrites unnamed (anonymous) extended-protocol statements. Useful for drivers like `go/pq`. |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `extended_anonymous` | yes | yes | no | Also rewrites unnamed (anonymous) extended-protocol statements. Useful for drivers like `go/pq`. |
| `extended_anonymous` | yes | yes | no | Also rewrites unnamed (anonymous) extended-protocol statements. |

No longer necessary, I fixed this a week ago or so. It can be used to disable prepared statements on the server, however. Kind of a neat trick, but kind of hard to explain. I would omit this mode for now from the docs to avoid confusion.

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.

2 participants