On Fri, Jun 21, 2013 at 12:37:32PM +0400, Dmitriy Igrishin wrote:
> 2013/6/21 Albe Laurenz
> > Dmitriy Igrishin wrote:
> > > While developing a C++ client library for Postgres I felt lack of extra
> > > information in command tags in the CommandComplete (B) message
> > > for the following commands
2013/6/21 Albe Laurenz
> Dmitriy Igrishin wrote:
> > Sent: Thursday, June 20, 2013 5:09 PM
> > To: PostgreSQL Hackers
> > Subject: [HACKERS] Frontend/backend protocol improvements proposal
> (request).
> >
> > Hackers,
> >
> > While developing
Dmitriy Igrishin wrote:
> Sent: Thursday, June 20, 2013 5:09 PM
> To: PostgreSQL Hackers
> Subject: [HACKERS] Frontend/backend protocol improvements proposal (request).
>
> Hackers,
>
> While developing a C++ client library for Postgres I felt lack of extra
> informatio
Hackers,
While developing a C++ client library for Postgres I felt lack of extra
information in command tags in the CommandComplete (B) message
for the following commands:
PREPARE;
DEALLOCATE;
DECLARE;
CLOSE;
LISTEN;
UNLISTEN;
SET;
RESET.
Namely, for example, users of my library ca