Re: ERROR ADD TABLE SET REPLICACION

From: "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
To: "Fabio Arias" <fharias(at)gmail(dot)com>
Cc: PostgreSQL Español Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: ERROR ADD TABLE SET REPLICACION
Date: 2008-11-05 21:15:58
Message-ID: 3073cc9b0811051315t1f4abddwf94be10876e3f7be@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Wed, Nov 5, 2008 at 11:21 AM, Fabio Arias <fharias(at)gmail(dot)com> wrote:
> Muy buenos dias Listeros, tengo un caso extraño con la replicacion cuando
> intento agregar una tabla a un SET me ocurre este error. Que puedo hacer
> para resolverlo gracias,
>

si estas usando Slony no se pueden añadir tablas a un SET que ya forma
parte de una replicacion, mas bien debes crear otro SET y hacer un
MERGE.

per de fine manual

SET ADD TABLE
"""
Add an existing usep table to a replication set. The set cannot
currently be subscribed by any other node - that functionality is
supported by the MERGE SET command.
"""

http://www.slony.info/documentation/stmtsetaddtable.html
http://www.slony.info/documentation/stmtmergeset.html

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Javier Tello Ravelo 2008-11-05 23:12:36 Necesito ayuda con PostgreSQL
Previous Message Emanuel CALVO FRANCO 2008-11-05 21:15:44 Re: Mantenimiento