Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE
Date: 2004-09-01 01:12:48
Message-ID: 41352210.9090207@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Now you have schema bla, table bla.boo, index bla.boo_pkey and sequence
> bla.boo_id_seq all in tablespace foo. ISTM that tablespace foo cannot be
> removed without hand-fixing pg_catalog and hand-moving files or links in
> the database directory.

Hmmm, I wonder why the tablespace is set to the foo tablespace for the
sequence? Sequences are supposed to always be created in the default
tablespace. Bug?

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Rawnsley 2004-09-01 01:38:14 Re: version upgrade
Previous Message Josh Berkus 2004-08-31 22:30:07 Re: version upgrade