Re: [PATCH] Logical decoding of TRUNCATE

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Marco Nenciarini <marco(dot)nenciarini(at)2ndquadrant(dot)it>, Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Logical decoding of TRUNCATE
Date: 2018-04-02 18:40:15
Message-ID: CANP8+jJvZs7USgmbE=8amo4UoP28-MHAq5L-R5StG8DFuF-oRQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On 2 April 2018 at 19:30, Peter Eisentraut
<peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:

>>> ***************
>>> *** 111,116 **** CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
>>> --- 111,121 ----
>>> and so the default value for this option is
>>> <literal>'insert, update, delete'</literal>.
>>> </para>
>>> + <para>
>>> + <command>TRUNCATE</command> is treated as a form of
>>> + <command>DELETE</command> for the purpose of deciding whether
>>> + to publish, or not.
>>> + </para>
>>> </listitem>
>>> </varlistentry>
>>> </variablelist>
>>
>> Why is this a good idea?
>
> I think it seemed like a good idea at the time, so to speak, but several
> people have argued against it, so we should probably change this in the
> final version.

Who has argued against it?

I see that Andres has asked twice about it and been answered twice,
but expressed no opinion.
Petr has said he thinks that's right.
Nobody else has commented.

--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andres Freund 2018-04-02 18:43:14 Re: [PATCH] Logical decoding of TRUNCATE
Previous Message Peter Eisentraut 2018-04-02 18:30:50 Re: [PATCH] Logical decoding of TRUNCATE

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-04-02 18:43:14 Re: [PATCH] Logical decoding of TRUNCATE
Previous Message Andres Freund 2018-04-02 18:35:24 Re: disable SSL compression?