On Wed, Jun 13, 2007 at 07:37:53PM +0200, Stéphane Schildknecht wrote: > Hi, > > Here is a patch to let slony1_dump.sh connect to a distant database. > > Regards,
I have some minor troubles with this. > Index: slony1_dump.sh > =================================================================== > --- slony1_dump.sh (r??vision 888) > +++ slony1_dump.sh (copie de travail) > @@ -13,32 +13,66 @@ > # ---- > # Check for correct usage > # ---- > -if test $# -ne 2 ; then > - echo "usage: $0 subscriber-dbname clustername" >&2 > - exit 1 > +if test $# -lt 2 ; then > + echo "usage: $0 subscriber-dbname clustername [-H host] [-P port] > [-U user]" >&2 Why -H and -P instead of -h and -p, respectively? Cheers, David. -- David Fetter <[EMAIL PROTECTED]> http://fetter.org/ phone: +1 415 235 3778 AIM: dfetter666 Skype: davidfetter Remember to vote! Consider donating to PostgreSQL: http://www.postgresql.org/about/donate _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
