Re: More thoughts on drop tablespace

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: More thoughts on drop tablespace
Date: 2004-07-06 13:36:25
Message-ID: 28754.1089120985@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> The same thing may also apply to the default tablespace of a database as
> well...

No, because it will always contain some files (at the very least, the
db's pg_class *must* live there). See prior thread about exactly
this issue.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-07-06 13:40:22 Re: client_min_messages in dumps?
Previous Message Bruce Momjian 2004-07-06 12:22:24 Re: Quick question regarding tablespaces