Re: [INTERFACES] Tables names from query

From: tolik(at)icomm(dot)ru (Anatoly K(dot) Lasareff)
To: philip(dot)shiels(at)jrc(dot)it
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Tables names from query
Date: 1999-02-22 11:53:04
Message-ID: 87hfsek63j.fsf@tolikus.hq.aaanet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

>>>>> "PS" == Philip Shiels <philip(dot)shiels(at)jrc(dot)it> writes:

PS> I'm currently developing a postgres DB backend to my current project and have
PS> the following problem. If I execute a query I need to know the table the
PS> returning fields belong to. For example :

PS> SELECT x.y, z.y from x, y where x.key = z.key

select x.y as xy, z.y as zy from x, y where x.key = z.key
^^^^^ ^^^^^
????

--
Anatoly K. Lasareff Email: tolik(at)icomm(dot)ru
Senior programmer

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Philip Shiels 1999-02-22 13:26:37 Tables names from query
Previous Message Dave Page 1999-02-22 10:45:44 RE: [INTERFACES] pgAdmin 6.4.3 Released