Re: move table between schemas

Поиск
Список
Период
Сортировка
От Frank Bax
Тема Re: move table between schemas
Дата
Msg-id 4936A64A.2030203@sympatico.ca
обсуждение исходный текст
Ответ на Re: move table between schemas  ("Sean Davis" <sdavis2@mail.nih.gov>)
Список 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 по дате отправления:

Предыдущее
От: "Gal Waldman"
Дата:
Сообщение: init script
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Seeking impressions on "The Postgresql Reference Manual" - Volumes 1, 2 & 3