On Fri, 12 Mar 1999, [iso-8859-1] J�r�me Kn�bl wrote:

> Hi,
> 
> Can I remove files named pg_psort.* without trouble!
> 
> I have about 700Mb in those files. And I think that temporary files!

they are purely temp files, you should bee safe to do something like:

find . -name "pg_psort.*" -mtime +1 -exec rm {} \; -print

Don't cut-n-paste that though...I won't be held responsible if I mis-spelt
something...but, that's the general gist of it...

> An other question: Why those files are create?

What version of PostgreSQL are you running?

Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: [EMAIL PROTECTED]           secondary: scrappy@{freebsd|postgresql}.org 

Reply via email to