Re: Alter table

Поиск
Список
Период
Сортировка
От Rachel.Vaudron
Тема Re: Alter table
Дата
Msg-id Pine.LNX.4.33.0211080942530.12232-100000@lazaret.unice.fr
обсуждение исходный текст
Ответ на Re: Alter table  (Tomasz Myrta <jasiek@klaster.net>)
Список pgsql-sql
Thanks a lot, but it's already what i am doing!
It's very a pity that there is no way do to this more quickly!!!

> alter table xxx rename to temp;
> create table xxx as
>   select field1, field2, ...without some field... from temp;
> drop table temp;
>
> Tomasz Myrta
>
>
Rachel



В списке pgsql-sql по дате отправления:

Предыдущее
От: Tomasz Myrta
Дата:
Сообщение: Re: Alter table
Следующее
От: Christoph Haller
Дата:
Сообщение: Re: PLpgSQL FOR IN EXECUTE question