Patch for bind message to clarify signedness of parameters and result column format codes
Dave Cramer <davecramer@gmail.com>
From: Dave Cramer <davecramer@gmail.com>
To: Pg Docs <pgsql-docs@lists.postgresql.org>
Date: 2026-06-09T11:51:54Z
Lists: pgsql-docs
Attachments
- 0001-doc-clarify-unsigned-integer-fields-in-protocol-messages.patch (application/octet-stream) patch 0001
Currently we don't say whether the number of parameters is signed or unsigned. Same with results See attached patch. Regards, Dave Cramer