| From: | Philip Shiels <philip(dot)shiels(at)jrc(dot)it> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Tables names from query |
| Date: | 1999-02-22 10:07:11 |
| Message-ID: | 36D12C4F.8F77431D@jrc.it |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I'm currently developing a postgres DB backend to my current project and have
the following problem. If I execute a query I need to know the table the
returning fields belong to. For example :
SELECT x.y, z.y from x, y where x.key = z.key
The problem with the above is that I get back 2 fields called 'y' and have no
way of knowing from which tables they've come from. The query is arbitrary so I
cannot assume table order in the SQL statement.
What information from the 'C' or 'C++' APIs can help ?
Is there is a way of identifying the originating tables ?
Thanks
Philip
--------------------------------------------------------------------------
Philip Shiels E-Mail:Philip(dot)Shiels(at)jrc(dot)it JRC Ispra, Italy, TP270
GIST:http://gist.jrc.it CEO:http://www.ceo.org GEM:http://gem.jrc.it
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Blazso | 1999-02-22 12:49:17 | allowing password changes to users & views |
| Previous Message | Alex Oboimov | 1999-02-22 05:22:19 | unsubscribe pgsql-general alobo@soniir.smr.ru |