Wire protocol: type-specific opt-in to binary format - Mailing list pgsql-hackers

From Florian Weimer
Subject Wire protocol: type-specific opt-in to binary format
Date
Msg-id 8239dduc2q.fsf@mid.bfk.de
Whole thread Raw
Responses Re: Wire protocol: type-specific opt-in to binary format
Re: Wire protocol: type-specific opt-in to binary format
List pgsql-hackers
I would like to add functionality which allows a client to tell the
server which types can be sent in binary format.  The immediate goal is
to suppress hex quoting for BYTEA values, but it seems to make sense to
make this functionality more general.

This doesn't have to be a flag on the wire protocol, it could be a
regular run-time parameter.

Do you think this would make sense?

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99


pgsql-hackers by date:

Previous
From: Alexander Shulgin
Date:
Subject: Re: Notes on implementing URI syntax for libpq
Next
From: Florian Weimer
Date:
Subject: Making TEXT NUL-transparent