#!/bin/sh

#
# Create a new table on all replicas
#
echo "Creating new column in the artfile table"
slonik <<_EOF_
cluster name = gb;
node 1 admin conninfo = 'dbname=gb host=localhost user=postgres port=5434';
node 2 admin conninfo = 'dbname=gb host=localhost user=postgres port=5430';
node 3 admin conninfo = 'dbname=gb_replica host=localhost user=postgres port=5430';

execute script ( SET ID = 1, FILENAME = '/home/elein/src/Slony/gb/changes20040919.sql', EVENT NODE = 1);


_EOF_
