Date: Tue, 4 Jan 2011 15:53:30 +0600 Subject: [GENERAL] What is pg_toast_temp_* in my DB? From: [email protected] To: [email protected] What is pg_toast_temp_* in my DB? Hello! pg_toast_temp_* are some special schemas where temporary tables are created. Having special schemas for temporary tables allows low-level code to recognize such tables as temp ones, so we have many optimizations. I believe that in the documentation there's more explanations about it. Regards, Andre Fernandes.
- [GENERAL] What is pg_toast_temp_* in my DB? AI Rumman
- Re: [GENERAL] What is pg_toast_temp_* in my DB? André Fernandes
- Re: [GENERAL] What is pg_toast_temp_* in my DB? Adrian Klaver
