Re: [GENERAL] in query variables....

2008-07-17 Thread Alvaro Herrera
Rhys A.D. Stewart escribió: > Is there a way to get the name of the relation or relations in a query > from within the query? Like some kind of magic variable...? > for example : > "select *, from thistable" > where would be replaced by thistable. select *, tableoid::regclass fro

Re: [GENERAL] in query variables....

2008-07-17 Thread Ismael ....
> > Hi all, > > this is from the is there a way file. > Is there a way to get the name of the relation or relations in a query > from within the query? Like some kind of magic variable...? > for example : > "select *, from thistable" > where would be replaced by thistable. > >