Re: ON COMMIT action not catalogued?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ON COMMIT action not catalogued?
Date: 2011-07-15 14:33:17
Message-ID: 29478.1310740397@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> (Going through some loose ends in the information schema ...)
> Is my understanding right that the ON COMMIT action of temporary tables
> is not recorded in the system catalogs anywhere? Would make sense,
> wouldn't be a big problem, just want to make sure I didn't miss
> anything.

Yes, it's just remembered in local state within the owning backend.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2011-07-15 16:08:40 Re: Reduced power consumption in WAL Writer process
Previous Message Tom Lane 2011-07-15 14:30:19 Re: Re: patch review : Add ability to constrain backend temporary file space