From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alfonso Peniche <alfonso(at)iteso(dot)mx>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: aliases for temp tables.... |
Date: | 2001-02-18 05:53:49 |
Message-ID: | 200102180553.AAA28518@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> AFAIK there is no way to retrieve the temp-table name mapping from the
> backend. Sorry ...
>
> When we implement schemas (hopefully for 7.2) perhaps it will be
> possible to reimplement temp tables in a slightly less klugy way,
> so that this sort of problem goes away.
There is a linked list stored in utils/cache/temprel.c. There is no
interface to that linked list.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Humphries | 2001-02-18 10:54:08 | is this expected or am i on crack? |
Previous Message | Tom Lane | 2001-02-18 05:36:34 | Re: aliases for temp tables.... |