Question about TEMP tables - Mailing list pgsql-hackers

From Dmitry Voronin
Subject Question about TEMP tables
Date
Msg-id 6629611426494689@web14g.yandex.ru
Whole thread Raw
Responses Re: Question about TEMP tables
List pgsql-hackers
<div>Hello, all.<br /><br />We can create temp namespaces and temp objects that contains it. So, for example, temp
tablewill be create at pg_temp_N (N - backendID). But afrer cluster init we have pg_temp_1 and pg_toast_temp_1
namespaceswith OIDs 11333 and 11334. Those namespaces are <span lang="en"><span>visible from any cluster database, but
wecannot create any temp objects (please, correct me). <br /><br />So, how can we use those namespaces and
</span></span><spanlang="en"><span>what are needed for?</span></span></div><div> </div><div><span lang="en"><span>Thank
you.</span></span></div><div> </div><div>-- </div><div>Bestregards, Dmitry Voronin</div><div> </div> 

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Performance improvement for joins where outer side is unique
Next
From: David Rowley
Date:
Subject: Re: Removing INNER JOINs