Re: move table between schemas - Mailing list pgsql-novice

From Frank Bax
Subject Re: move table between schemas
Date
Msg-id 4936A64A.2030203@sympatico.ca
Whole thread Raw
In response to Re: move table between schemas  ("Sean Davis" <sdavis2@mail.nih.gov>)
List pgsql-novice
Sean Davis wrote:
> On Tue, Dec 2, 2008 at 8:55 PM, Frank Bax <fbax@sympatico.ca> wrote:
>> Is it possible to move a table from one schema to another (in the same database)?
>>
>> The only way I can think of is to:
>>        - backup table
>>        - modify backup file
>>        - restore from modified backup
>>        - delete original table
>>
>> Is there a better/easier way?
>
> ALTER TABLE name
>     SET SCHEMA new_schema
>
> http://www.postgresql.org/docs/current/static/sql-altertable.html
>
>
> Hope that helps.


Yes, very much so; thanks!

pgsql-novice by date:

Previous
From: "Gal Waldman"
Date:
Subject: init script
Next
From: Bruce Momjian
Date:
Subject: Re: Seeking impressions on "The Postgresql Reference Manual" - Volumes 1, 2 & 3