Re: Event Triggers unable to capture the DDL script executed

2023-02-26 Thread Neethu P
Hi Laurenz, Is it possible to access the pg_ddl_command using C function? In the shared links, I couldn't find one. Can you please share an example for the same? Thanks & Regards, Neethu From: Laurenz Albe Sent: Thursday, February 23, 2023 4:20 PM To:

Re: Event Triggers unable to capture the DDL script executed

2023-02-23 Thread Neethu P
Thanks Laurenz. Is there any documentaion example to use the pg_ddl_command to capture the actual ddl statement (for event triggers in C)? Regards, Neethu From: Laurenz Albe Sent: Thursday, February 23, 2023 4:20 PM To: Neethu P ; n.kobza...@aeronavigator.ru

Re: Event Triggers unable to capture the DDL script executed

2023-02-23 Thread Neethu P
anks & Regards, Neethu From: n.kobza...@aeronavigator.ru Sent: Wednesday, February 22, 2023 3:33 PM To: 'Laurenz Albe' ; 'Neethu P' ; 'pgsql-general' Subject: RE: Event Triggers unable to capture the DDL script executed &

Event Triggers unable to capture the DDL script executed

2023-02-22 Thread Neethu P
Hi team, We are using event triggers to capture the DDL changes in a postgres database. However, we are unable to get the column information & the actual DDL script executed, while a table is altered. Also, in the postgres documentation for pg_event_trigger_ddl_commands ()- it is mentioned as b