Re: How to inspect tuples during execution of a plan?

Поиск
Список
Период
Сортировка
От Ernst-Georg Schmid
Тема Re: How to inspect tuples during execution of a plan?
Дата
Msg-id CAPnb6d=ySzMBnmJ3Gc8ffBi3vYo-ycehKcAq+1NbhMvxzEJ4Lg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to inspect tuples during execution of a plan?  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Ответы Re: How to inspect tuples during execution of a plan?  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
Hello,

>
> Either of those would do, if you want to write change the executor.
>

I used the ExeceutorRun_hook and it seems to work. The drawback is,
that I have to provide my own implementation of ExecutePlan() which
could make it incompatible over versions of PostgreSQL. I don't know
how stable that function is over time.

https://github.com/ergo70/pg_sentinel

Thank you,

Ernst-Georg



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Remove "Source Code" column from \df+ ?
Следующее
От: Jeevan Chalke
Дата:
Сообщение: Re: Aggregate Push Down - Performing aggregation on foreign server