From: Greg Sabino Mullane Date: Wed, 28 May 2008 17:10:27 +0000 (-0400) Subject: Typo. X-Git-Tag: 2.9.0~330 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=21aa83ce31086afaa2cb109b71bcc836607bb4bd;p=check_postgres.git Typo. --- diff --git a/check_postgres.pl b/check_postgres.pl index f7b52684c..b82bad43d 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3278,7 +3278,7 @@ from a value of 'slon' to 'nols' to check on the replication. We want to throw a warning if the replication does not happen within 10 seconds. check_postgres_replicate_row --host=alpha --dbname=sales --host2=beta - --dbname2=sales --warning=10 --repinfo=orders,id,3,slaesrep,slon,nols + --dbname2=sales --warning=10 --repinfo=orders,id,3,salesrep,slon,nols Example 2: Bucardo is replicating a table named 'receipt' from host 'green' to hosts 'red', 'blue', and 'yellow'. The database for both sides is 'public'.