Re: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger
Дата
Msg-id YtvUObxj22+dtoEO@paquier.xyz
обсуждение исходный текст
Ответ на Re: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger  (Amit Kapila <amit.kapila16@gmail.com>)
RE: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
Список pgsql-hackers
On Sat, Jul 23, 2022 at 05:44:28PM +0900, Michael Paquier wrote:
> Changing get_altertable_subcmdtypes() to return a set of rows made of
> (subcommand, object description) is what I actually meant upthread as
> it feels natural given a CollectedCommand in input, and as
> pg_event_trigger_ddl_commands() only gives access to a set of
> CollectedCommands.  This is also a test module so
> there is no issue in changing the existing function definitions.
>
> But your point would be to have a new function that takes in input a
> CollectedATSubcmd, returning back the object address or its
> description?  How would you make sure that a subcommand maps to a
> correct object address?

FWIW, I was thinking about something among the lines of 0002 on top of
Hou's patch.
--
Michael

Вложения

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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Use "WAL segment" instead of "log segment" consistently in user-facing messages
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Refactoring the regression tests for more independence