Re: Postgres 11 release notes

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Postgres 11 release notes
Дата
Msg-id CAH2-WzkBcFCZGGFk7YAcBJ1v6hU3SBZFSD1AqrHxMQm_xknkDA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres 11 release notes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Postgres 11 release notes  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Fri, May 11, 2018 at 2:06 PM, Bruce Momjian <bruce@momjian.us> wrote:
> Done and URL updated.

I have some feedback on "Allow NOT NULL to be added to columns without
requiring a table rewrite". I suggest that this be phrased as "Avoid a
table rewrite when ALTER TABLE ADD COLUMN sets a default value for a
column". Referencing the fact that Postgres was previously able to do
this with a NULL default doesn't seem to add anything.


-- 
Peter Geoghegan


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_locale compilation error with Visual Studio 2017
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Compiler warnings with --enable-dtrace