Re: [HACKERS] Frontend/backend protocol improvements proposal (request).

2013-09-04 Thread Noah Misch
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

Re: [HACKERS] Frontend/backend protocol improvements proposal (request).

2013-06-21 Thread Dmitriy Igrishin
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

Re: [HACKERS] Frontend/backend protocol improvements proposal (request).

2013-06-21 Thread 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 a C++ client library for Postgres I felt lack of extra > informatio

[HACKERS] Frontend/backend protocol improvements proposal (request).

2013-06-20 Thread Dmitriy Igrishin
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