Re: BUG #15063: Updates to temporary tables fail when there is a publication with FOR ALL TABLES

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "dan(at)randomdan(dot)homeip(dot)net" <dan(at)randomdan(dot)homeip(dot)net>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15063: Updates to temporary tables fail when there is a publication with FOR ALL TABLES
Date: 2018-02-13 21:11:25
Message-ID: CAKFQuwZQvAKL7mEr67w-u3h8j_uG_ukOFUbnpBMbUi+pFCLNiQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tuesday, February 13, 2018, PG Bug reporting form <noreply(at)postgresql(dot)org>
wrote:

> The following bug has been logged on the website:
>
> Bug reference: 15063
> Logged by: Dan Goodliffe
> Email address: dan(at)randomdan(dot)homeip(dot)net
> PostgreSQL version: 10.2
> Operating system: Linux
> Description:
>
> Given a publication which uses FOR ALL TABLES, so that future tables are
> included...
>
> [...]
>
> I'm not sure if the temporary table has been added to the publication
> (which
> isn't supported) or if the presence of the FOR ALL TABLES publication alone
> (without the table being added to it) is enough to trigger the problem.
>
> I can provide more debug/details etc if required given an idea of what's
> needed and how to get it.
>

A similar report regarding materialized views came through the other week
and though I haven't seen a patch as of yet I believe the cause is at least
understood. Unfortunately a minor release just came out so it will be a
couple of months proabaly before a fix is released - unless you can compile
from source (for production if not just for testing purposes).

For now, "for all tables" mode is broken unless all you really have are
normal tables.

David J.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dan Goodliffe 2018-02-13 21:18:27 Re: BUG #15063: Updates to temporary tables fail when there is a publication with FOR ALL TABLES
Previous Message PG Bug reporting form 2018-02-13 21:02:38 BUG #15063: Updates to temporary tables fail when there is a publication with FOR ALL TABLES