Re: More thoughts on drop tablespace - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: More thoughts on drop tablespace
Date
Msg-id 40EA6DD4.3010603@pse-consulting.de
Whole thread Raw
In response to More thoughts on drop tablespace  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: More thoughts on drop tablespace
List pgsql-hackers
Christopher Kings-Lynne wrote:

> The same thing may also apply to the default tablespace of a database 
> as well...
>
Well at least the database can be queried easily for usage of that 
tablespace.
For the namespace issue, it would help if *some* object would be created 
with that namespace (e.g. an empty directory or file with the namespace 
oid), so that pg_tablespace_databases() could detect it.

Regards,
Andreas



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: More thoughts on drop tablespace
Next
From: Gavin Sherry
Date:
Subject: Re: bug in DROP TABLESPACE