-- 
Dave Cramer <[EMAIL PROTECTED]>
Cramer Consulting

This is useful for some O/R tools. The JDBC spec has a getTableName method for each 
column in a result set.

One issue which will come up is what to do with aggregate, and computed values. For 
now, we could return null

So for a "select a, b, a+b as sum from c" returns c.a, c.b, ?table?.sum

Dave


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to