two rows are inserted by SELECT execq('INSERT INTO a SELECT x + 2FROM a', 1)

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема two rows are inserted by SELECT execq('INSERT INTO a SELECT x + 2FROM a', 1)
Дата
Msg-id 20180104134705.17008.46415@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/spi-examples.html
Description:

I did some testing following this page:
https://www.postgresql.org/docs/9.6/static/spi-examples.html.

I got a different result. 

According to the webpage, only one row is inserted by following SQL: 

SELECT execq('INSERT INTO a SELECT x + 2 FROM a', 1);

But I ran this SQL and two rows were inserted.

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Element sup in namespace '' encountered in a, but no template matches.
Следующее
От: PG Doc comments form
Дата:
Сообщение: J.2. Tool Sets/Appendix J. Documentation missing package