Say that someone executes a query:
SELECT * FROM user u, logins l WHERE u.id = l.id
(assume I have tables user, and logins, with id fields).
After this query has been parsed and created into a plan tree, how can I
get the char* form of the attribute name on which my WHERE clause searches
on (in this case, user.id and logins.id)?
Thanks a bunch guys
-TJ
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
No comments:
Post a Comment