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?

[sl...@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


-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to