Temp tables

From: bhargav kamineni <kbn98406(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Temp tables
Date: 2018-12-09 19:56:45
Message-ID: CAE=Y5eAd3gCzWR7BX+hrjoat92F_h7vpb8VUHRi+m6UV7evbBg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

What happens if we create and insert/update the data in TEMP tables , Does
that data really gets inserted at disk level or at buffer level and what
happens to this data after completion of the transaction ?

Thanks
Banu

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2018-12-09 20:06:44 Re: Temp tables
Previous Message Mike Lissner 2018-12-09 18:47:16 Re: Errors with schema migration and logical replication — expected?