alter table rename column can event trigger capture new column name

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: pgsql-general list <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: alter table rename column can event trigger capture new column name
Date: 2023-04-24 02:46:53
Message-ID: CACJufxF9o1f_L875eayiwLGzRt5FR2zEz=0qO+8CmQAF4ydQog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi.
alter table t1 rename col1 to id.

Is it possible to use an event trigger to capture the new column name "id"?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message shveta malik 2023-04-24 02:48:24 Re: Support logical replication of DDLs
Previous Message Alex Magnum 2023-04-23 15:39:15 Replicating / Updating Materialized views across databases