Slony-I Version 2.0.3RC with Postgres 8.4.0

From: "Plugge, Joe R(dot)" <JRPlugge(at)west(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Slony-I Version 2.0.3RC with Postgres 8.4.0
Date: 2009-08-03 23:19:55
Message-ID: BD69807DAE0CE44CA00A8338D0FDD08340DC8F3C@oma00cexmbx03.corp.westworlds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Slony-I version 2.0.3RC Error when running the subscription script:

Contents of subscribe.sh

#!/bin/ksh

/usr/local/pgsql/bin/slonik <<_EOF_
cluster name=molly;
node 1 admin conninfo='dbname=molly host=linux2139 port=5432 user=slony';
node 2 admin conninfo='dbname=molly host=linux1558 port=5432 user=slony';

subscribe set (id=1, provider=1, receiver=2, forward=no);

_EOF_

Anything to worry about .. it appears to be replicating?

[slony(at)linux1558 ~]$ ./subscribe.sh
<stdin>:5: NOTICE: subscribe set: omit_copy=f
<stdin>:5: NOTICE: subscribe set: omit_copy=f
CONTEXT: SQL statement "SELECT "_holly".subscribeSet_int( $1 , $2 , $3 , $4 , $5 )"
PL/pgSQL function "subscribeset" line 68 at PERFORM

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Brian Modra 2009-08-04 08:12:46 Re: RAID for the DB filesystem
Previous Message Scott Marlowe 2009-08-03 22:15:51 Re: RAID for the DB filesystem