Re: Using results from INSERT ... RETURNING

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Using results from INSERT ... RETURNING
Дата
Msg-id 603c8f070910040514o232ab791n234afaf8381015c2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using results from INSERT ... RETURNING  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Using results from INSERT ... RETURNING  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Marko -

I noticed something a little odd about the new append-plan handling.

rhaas=# explain update parent set c = 1;                             QUERY PLAN
-----------------------------------------------------------------------Update  (cost=0.00..60.80 rows=4080 width=12)
-> Seq Scan on parent  (cost=0.00..31.40 rows=2140 width=10)  ->  Seq Scan on child parent  (cost=0.00..29.40 rows=1940
width=14)
(3 rows)

That may be OK, actually, but it does look a little weird.

...Robert


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Using results from INSERT ... RETURNING
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Using results from INSERT ... RETURNING