Tom,
On Mon, 10 Nov 2003 09:39:32 -0500
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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(at)sra(dot)co(dot)jp>