Skip to content

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