Search Postgresql Archives

Re: pg_toast_temp_xx AND pg_temp_xx SCHEMAS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Fernando Hevia" <fhevia@xxxxxxxxxxxxx> writes:
> Could anyone point me out some documentation about what these schemas mean?

They're just there to hold temporary tables (so that the names of such
tables don't conflict with any non-temporary tables).  The reason they
seem to accumulate is we only create one when needed, and there's one
for each concurrently executing backend if it creates any temp tables.

> Should I be worried? Anything I should do about it?
 
No, and no.

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux