ALTER SCHEMA ... SET TABLESPACE - Mailing list pgsql-patches

From Gavin Sherry
Subject ALTER SCHEMA ... SET TABLESPACE
Date
Msg-id Pine.LNX.4.58.0408152057080.3134@linuxworld.com.au
Whole thread Raw
Responses Re: ALTER SCHEMA ... SET TABLESPACE
Re: ALTER SCHEMA ... SET TABLESPACE
Re: ALTER SCHEMA ... SET TABLESPACE
List 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

pgsql-patches by date:

Previous
From: Philip Warner
Date:
Subject: Re: [HACKERS] pg_dump 'die_on_errors'
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] pg_dump 'die_on_errors'