Re: logical column ordering

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: logical column ordering
Дата
Msg-id 20150227195753.GT29780@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: logical column ordering  (Arthur Silva <arthurprs@gmail.com>)
Список pgsql-hackers
* Arthur Silva (arthurprs@gmail.com) wrote:
> Sorry to intrude, I've been following this post and I was wondering if it
> would allow (in the currently planed form or in the future) a wider set of
> non-rewriting DDLs to Postgres. For example, drop a column without
> rewriting the table.

Uh, we already support that.  Ditto for add column (but you have to add
it with all NULL values; you can't add it with a default value).
Thanks,
    Stephen

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Providing catalog view to pg_hba.conf file - Patch submission
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: remove pg_standby?