On Thu, Jun 2, 2022 at 12:05 PM Garfield Lewis <garfield.le...@lzlabs.com> wrote:
> > Binary representations are not too well documented :-(. However, > > looking at record_send() helps here. > > will have a look… > > > > Right, with the additional proviso that -1 "length" indicates a null > > field value. > > Thx, Tom… never thought the null field… > take a look at libpqtypes. it's client side extension library to libpq that implements the binary protocol. https://github.com/pgagarinov/libpqtypes merlin >