Hi all,
I think I've heard the answer to this in another list, but I just want
to get the widest audience and set of opinions, to be sure..
Apparently right now the V3 protocol doesn't return table-aliases for
columns, like:
select employee.firstName, boss.firstName from contacts as employee,
c
In another thread I was made aware that current protocol may not be
easily extensible (if at all), and so the backend-data a certain driver
needs may not be so easily added.
http://www.postgresql.org/docs/current/static/protocol-message-formats.html
So if there is not already a roadmap for thi