From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: ALTER SCHEMA ... SET TABLESPACE |
Date: | 2005-06-09 02:29:20 |
Message-ID: | 200506090229.j592TK320551@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Patch withdrawn by author --- not needed.
---------------------------------------------------------------------------
Gavin Sherry wrote:
> This patch implements ALTER SCHEMA ... SET TABLESPACE.
>
> This changes the default schema tablespace but does not attempted to move
> objects within the schema to the new tablespace.
>
> Docs, regression test and tab-completion included.
>
> There were a few places which conflicted with my alter index patch and
> I've tried to edit the diff where possible to allow for easy applying.
>
> Gavin
Content-Description:
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-06-09 02:29:33 | Re: ALTER SCHEMA ... SET TABLESPACE |
Previous Message | Bruce Momjian | 2005-06-09 02:25:18 | Re: autovacuum in backend? |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-06-09 02:29:33 | Re: ALTER SCHEMA ... SET TABLESPACE |
Previous Message | Tom Flavel | 2005-06-09 02:07:02 | Re: [PATCHES] regexp_replace |