Patch for ALTER DATABASE WITH TABLESPACE - Mailing list pgsql-hackers

From Guillaume Lelarge
Subject Patch for ALTER DATABASE WITH TABLESPACE
Date
Msg-id 490394B7.6090503@lelarge.info
Whole thread Raw
Responses Re: Patch for ALTER DATABASE WITH TABLESPACE
List 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

pgsql-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: WIP : change tablespace for a database
Next
From: Tom Lane
Date:
Subject: Re: Regression in IN( field, field, field ) performance