Re: Minor DROP TABLESPACE issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Minor DROP TABLESPACE issue
Date: 2004-06-19 02:04:44
Message-ID: 8093.1087610684@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> writes:
> If we just wanted to make the error message more user friendly, perhaps we
> could *gulp* store the tablespace name in PG_VERSION.

That's actually not a bad idea from a debugging standpoint. But I don't
see that it helps any for this particular problem. The PG_VERSION file
will be gone when we need the info.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-06-19 02:08:28 Re: Tablespace patch review
Previous Message Gavin Sherry 2004-06-19 01:52:32 Re: Minor DROP TABLESPACE issue