Re: SET variables

From: mlw <markw(at)mohawksoft(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SET variables
Date: 2001-05-13 16:31:33
Message-ID: 3AFEB6E5.F48D2075@mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
>
> mlw <markw(at)mohawksoft(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message mlw 2001-05-13 16:45:20 Re: SET variables
Previous Message Don Baccus 2001-05-13 15:33:19 Re: Re: SET variables