Re: Temp rows - is it possible? - Mailing list pgsql-general

From TANIDA Yutaka
Subject Re: Temp rows - is it possible?
Date
Msg-id 20031111091530.45B3.TANIDA@sra.co.jp
Whole thread Raw
In response to Re: Temp rows - is it possible?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom,

On Mon, 10 Nov 2003 09:39:32 -0500
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> >> select * from a; # You can get both global and temporary values.
>
> I don't think it's actually reliable.  B was meant to be a temp table,
> right?

Ugh.... Yes.

create *temp* table b() inherits (a);


--
TANIDA Yutaka <tanida@sra.co.jp>


pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: PL/Perl returning multiple rows
Next
From: Jan Wieck
Date:
Subject: Re: ERROR: out of free buffers: time to abort!