In about a year ago I'm create bug on cpan rt (this was not clever idea, I've already understood it), so here it is: https://rt.cpan.org/Public/Bug/Display.html?id=106858
in brief: 2 new Pg-specific functions that allow you to know source (original table) of every column in query. This information already present in libpq so why do not use it. To illustrate where it can be used I've created some ORM (early in develop): https://github.com/Warstone/SORM or even https://github.com/Warstone/SORM/blob/develop/test.pl So... What I need to do for push it forward?
