From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | marie(dot)tuite(at)edisonaffiliates(dot)com |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: temporary tables |
Date: | 2002-06-11 23:33:48 |
Message-ID: | 200206112333.g5BNXmW28590@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Marie G. Tuite wrote:
> Hey there,
>
> Does anybody know where temporary table info is stored for the duration of
> the temp table session?
The mapping is kept in a per-backend memory area. You can't really
access the mapping, but in 7.3, it will be in a temp schema which will
be visible, I think.
--
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 | Beth Gatewood | 2002-06-11 23:48:47 | make a unique index for foreign keys? |
Previous Message | Andy Pearce | 2002-06-11 23:31:01 | Domains |