Re: BUG #1236: still in use tablespaces can be removed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Fabien" <coelho(at)cri(dot)ensmp(dot)fr>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1236: still in use tablespaces can be removed
Date: 2004-08-28 21:23:51
Message-ID: 1809.1093728231@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
> Suggested fix: create some empty file in the directory
> if it is used by a namespace.

This was discussed and rejected before --- the problem is not worth the
amount of mechanism that would have to be added to fix it this way.
See the pghackers archives, but I believe the main problem is that a
namespace is not a table and so none of the mechanisms that support file
creation/deletion will work with it.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Brian 2004-08-28 21:35:46 Update with join ignores where clause - updates all rows
Previous Message PostgreSQL Bugs List 2004-08-28 18:05:12 BUG #1236: still in use tablespaces can be removed