Re: SET variables - Mailing list pgsql-hackers

From mlw
Subject Re: SET variables
Date
Msg-id 3AFEB6E5.F48D2075@mohawksoft.com
Whole thread Raw
In response to SET variables  (mlw <markw@mohawksoft.com>)
List pgsql-hackers
Tom Lane wrote:
> 
> mlw <markw@mohawksoft.com> writes:
> > Obviously this is a very simple example. I guess I am asking for something
> > analogous to temporary tables, but on a single datum level.
> 
> What's wrong with a one-row temporary table?
> 
The syntax would be too different than oracle.

select * from table where field = :var

If it is fairly easy to do, it would be very helpful for would be porting.


-- 
42 was the answer, 49 was too soon.
------------------------
http://www.mohawksoft.com


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: Re: SET variables
Next
From: mlw
Date:
Subject: Re: SET variables