Re: Minor DROP TABLESPACE issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Minor DROP TABLESPACE issue
Date: 2004-06-19 05:04:32
Message-ID: 9643.1087621472@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:
>> ERROR: tablespace 292909 has been deleted

> How about "schema default tablespace 292909 has been deleted"?

Yeah, I was wondering if we could finger the specific schema that
was causing the problem, but the place that would detect the error
couldn't really know that. Perhaps we could add a HINT advising
to look in pg_namespace for the relevant entry.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-06-19 05:10:35 Re: Tablespace patch review
Previous Message Tom Lane 2004-06-19 05:02:22 Re: Tablespace patch review