BDR Alter table failing

From: Will McCormick <wmccormick(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: BDR Alter table failing
Date: 2016-04-27 14:13:20
Message-ID: CA+jgkY7gQBAjyD5BMSDtKwSXzg7xZ0ykSGJ5nwBCOrNVtrWKQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Why does this not work? From what I read only default values should cause
issue. I'm on release 9.4.4:

bms=# ALTER TABLE trap ALTER COLUMN trap_timestamp TYPE TIMESTAMP WITH TIME
ZONE;
ERROR: ALTER TABLE ... ALTER COLUMN TYPE may only affect UNLOGGED or
TEMPORARY
tables when BDR is active; trap is a regular table

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-04-27 14:15:30 Re: BDR Alter Table
Previous Message Will McCormick 2016-04-27 14:11:33 BDR Alter Table