PostgreSQL with BDR. Problems when adding a sequence in a table column

From: "Ruth Melendo" <rmelendo(at)teltronic(dot)es>
To: "'Technical Doubts'" <online(dot)technicaldoubts(at)gmail(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: PostgreSQL with BDR. Problems when adding a sequence in a table column
Date: 2015-03-02 10:05:09
Message-ID: 001001d054d0$5dcbea40$1963bec0$@teltronic.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

How can I fix this in a database with BDR?

... ALTER TABLE … ADD COLUMN …. DEFAULT may only affect UNLOGGED or TEMPORARY

tables when BDR is active; test_table is a regular table

This error happens when trying to add a column to a table with a sequence.

Thanks in advance!

Ruth Patricia Melendo Ventura

Software Engineer

TELTRONIC, S.A.U.

T: +34 976 465656 Ext. 179

F: +34 976 465722

<http://www.teltronic.es/> www.teltronic.es

Logo40

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Harshad Adalkonda 2015-03-02 10:22:57 Re: Installing PostgreSQL fails
Previous Message hubert depesz lubaczewski 2015-03-02 09:42:58 Re: Passing password in psql command