Re: debian bugrept involving fast default crash in pg11.7

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: debian bugrept involving fast default crash in pg11.7
Дата
Msg-id 20200409183126.GU2228@telsasoft.com
обсуждение исходный текст
Ответ на debian bugrept involving fast default crash in pg11.7  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: debian bugrept involving fast default crash in pg11.7
Список pgsql-hackers
On Thu, Apr 09, 2020 at 02:05:22PM -0400, Tim Bishop wrote:
> I've attached a file containing the \d+ for all the tables involved and the
> EXPLAIN ANALYZE for the query.

Thanks for your response.

Do you know if you used the "fast default feature" ?
That would happen if you did "ALTER TABLE tbl ADD col DEFAULT val"

I guess this is the way to tell:
SELECT attrelid::regclass, * FROM pg_attribute WHERE atthasmissing;

-- 
Justin



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: cleaning perl code
Следующее
От: Tim Bishop
Дата:
Сообщение: Re: debian bugrept involving fast default crash in pg11.7