From: | Markus Schaber <schabi(at)logix-tt(dot)com> |
---|---|
To: | PostgreSQL SQL List <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Migrating a Database to a new tablespace |
Date: | 2006-04-24 11:34:33 |
Message-ID: | 444CB7C9.8060307@logix-tt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hello,
I now pulled the plug, migrated all databases via "create database ...
tempate olddatabase tablespace newts" to new tablespaces, one for each
database, and dropped all old databases that contained references to the
tablespace. Pgadmin3 also shows that the tablespace is not referenced by
anything.
But I cannot drop it, I get the following message:
postgres=# drop TABLESPACE foo;
ERROR: tablespace "foo" is not empty
It seems that the whole tablespace thing is not yet 100% waterproof,
good that this did happen on a developer machine, and not on a
production machine.
Thanks for your patience,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS
Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Caune | 2006-04-24 16:17:07 | "could not open file" issue |
Previous Message | Markus Schaber | 2006-04-24 10:33:21 | Re: Migrating a Database to a new tablespace |