pgsql: Extend plsample example to include a trigger handler.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Extend plsample example to include a trigger handler.
Дата
Msg-id E1ncaaG-000nan-Vz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Extend plsample example to include a trigger handler.

Mark Wong and Konstantina Skovola, reviewed by Chapman Flack

Discussion: https://postgr.es/m/Yd8Cz22eHi80XS30@workstation-mark-wong

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f4d0d67994b32320487784afab7ab997d331bb5

Modified Files
--------------
src/test/modules/plsample/expected/plsample.out |  81 +++++++++++
src/test/modules/plsample/plsample.c            | 173 +++++++++++++++++++++++-
src/test/modules/plsample/sql/plsample.sql      |  23 ++++
3 files changed, 274 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Rewrite some RI code to avoid using SPI
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Teach planner and executor about monotonic window funcs