On Sun, 2003-03-30 at 15:14, Tom Lane wrote:
> What do you do to ensure the temp files *do* get cleaned up eventually?
The temp files are cleaned up when the user issues a CLOSE on them. If
any remain, they are cleaned up when the postmaster starts up.
It would probably be good to clean up any remaining temp files when the
backend shuts down. Would that be ok?
Cheers,
Neil