Patch for ALTER DATABASE WITH TABLESPACE

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Patch for ALTER DATABASE WITH TABLESPACE
Date: 2008-10-25 21:50:47
Message-ID: 490394B7.6090503@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Here is my patch to add the ALTER DATABASE WITH TABLESPACE statement. It
is part of the TODO list. It intends to allow the move of all relations
of a database in its new default tablespace.

Comments welcome.

Regards.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

Attachment Content-Type Size
AlterDatabaseWithTablespace.patch.bz2 application/x-bzip 4.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-10-26 01:55:47 Re: Regression in IN( field, field, field ) performance
Previous Message Guillaume Lelarge 2008-10-25 21:41:03 Re: WIP : change tablespace for a database