On Linux at least - not sure about Windows - deleting a file does
not remove it from the file system until there are no more processes
holding the file open. So while postgres holds the file open, it can keep writing to it happily. You won't be able to see the file in the directory, and the space won't be freed. You can find such things with the "find"command by looking for files with a link count of zero. On 10/15/2010 11:03 AM, Jessica Richard wrote:
--
|