Re: Error in DROP TABLESPACE

2025-05-07 Thread Laurenz Albe
On Wed, 2025-05-07 at 08:16 +, Fagnani Gabriele G (GDS I&TS) wrote: > INTERNAL ? > I've run into an odd problem - I have what seems to be a "zombie" tablespace > that PostgreSQL won't let me drop, but nothing inside it is active. >   > drop tablespace ts_idx_wb2; > ERROR:  tablespace "ts_idx_

Error in DROP TABLESPACE

2025-05-07 Thread
INTERNAL Hi, I've run into an odd problem - I have what seems to be a "zombie" tablespace that PostgreSQL won't let me drop, but nothing inside it is active. drop tablespace ts_idx_wb2; ERROR: tablespace "ts_idx_wb2" is not empty postgres=# \db+ ts_idx_wb2