Skip to content

Add support for text protocol #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 16, 2025
Merged

Conversation

Mytherin
Copy link
Contributor

Supersedes #326

This PR implements support for reading results using Postgres' standard text protocol. This is significantly slower than the binary protocol, but is more compatible with various Postgres forks.

The behavior can be enabled using the pg_use_text_protocol setting, e.g.:

SET pg_use_text_protocol=true;

@Mytherin Mytherin merged commit b7dda06 into duckdb:main Jun 16, 2025
16 checks passed
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