Re: ON COMMIT action not catalogued? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ON COMMIT action not catalogued?
Date
Msg-id 29478.1310740397@sss.pgh.pa.us
Whole thread Raw
In response to ON COMMIT action not catalogued?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: patch review : Add ability to constrain backend temporary file space
Next
From: Alvaro Herrera
Date:
Subject: Re: Reduced power consumption in WAL Writer process