Re: doc issues in event-trigger-matrix.html

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Michael Paquier <michael(at)paquier(dot)xyz>, Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: doc issues in event-trigger-matrix.html
Date: 2024-11-06 12:48:50
Message-ID: d2f674b2-c754-497f-96ff-761fbaaf85aa@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 29.10.24 23:33, Michael Paquier wrote:
> On Tue, Oct 29, 2024 at 03:53:43PM +0100, Daniel Gustafsson wrote:
>> +1, I think this is a net improvement.
>
> Agreed. I have spent some time looking in the past few years looking
> at patches that tweaked this table, and it was always hard to figure
> out if it was completely right.
>
>> The only thing I would change on top of this is move the reference to section
>> 9.30 under table_rewrite to be at the end after both supporting functions since
>> the link is relevant to both of them. Something like:
>>
>> - <literal>pg_event_trigger_table_rewrite_oid()</literal> (see
>> - <xref linkend="functions-event-triggers"/>). To discover the reason(s)
>> - for the rewrite, use the function
>> - <literal>pg_event_trigger_table_rewrite_reason()</literal>.
>> + <literal>pg_event_trigger_table_rewrite_oid()</literal> To discover the reason(s)
>> + for the rewrite, use the function <literal>pg_event_trigger_table_rewrite_reason()</literal>
>> + (see <xref linkend="functions-event-triggers"/>).
>
> Fine by me to tweak this paragraph like that with the link at the end.

Committed with the suggested changes.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2024-11-06 12:50:00 Re: doc issues in event-trigger-matrix.html
Previous Message Alvaro Herrera 2024-11-06 12:34:19 Re: doc fail about ALTER TABLE ATTACH re. NO INHERIT