Re: [GENERAL] Relation between pgsql_tmp and work_mem

2005-05-16 Thread Bruce Momjian
Himanshu Baweja wrote: > I read somewhere in the archives we can set work_mem > to the largest size of tmp file created in the > pgsql_tmp folder > but how can i make those files in pgsql_tmp not be > deleted after use... so that i can get the file > listing for all files created during the run

[GENERAL] Relation between pgsql_tmp and work_mem

2005-05-16 Thread Himanshu Baweja
I read somewhere in the archives we can set work_mem to the largest size of tmp file created in the pgsql_tmp folder but how can i make those files in pgsql_tmp not be deleted after use... so that i can get the file listing for all files created during the run... currently i am doing "ls -l " s