On Tue, Jun 27, 2017 at 03:43:22PM +0000, [email protected] wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/sql-deallocate.html > Description: > > It's not clear that temp_buffers determine the size of a temp table that > will be entirely in memory.
Well, it depends what other temp tables are being accessed in the session as to whether the table is completely in temp_buffers or overflows to disk. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription + -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
