ALTER SCHEMA ... SET TABLESPACE

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Subject: ALTER SCHEMA ... SET TABLESPACE
Date: 2004-08-15 10:59:08
Message-ID: Pine.LNX.4.58.0408152057080.3134@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

Attachment Content-Type Size
alter_schema.diff text/plain 15.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-15 13:48:24 Re: 8.0 beta status
Previous Message Andrew Dunstan 2004-08-15 10:18:46 Re: [Fwd: Re: [pgsql-hackers-win32] Import from Linux to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-08-15 15:32:49 Re: pg_dump 'die_on_errors'
Previous Message Andrew Dunstan 2004-08-15 10:18:46 Re: [Fwd: Re: [pgsql-hackers-win32] Import from Linux to