Mark Steben msteben at autorevenue.com
Thu Jul 3 12:39:45 PDT 2008
Thanks Chris - that worked


Mark Steben│ Database Administrator│ @utoRevenue™
        480 Pleasant Street, Suite B200 │  Lee, Ma 01238
                        413.243.4800  ' │ 413.243.4809 Ê


The problem here is that every slonik script needs to start with the
"preamble" portion, that is, it must start with:

a) Declaration of the cluster
  CLUSTER NAME = something;

b) Declarations of how slonik can reach the nodes.

   If the command is accessing node #1, then it must at least have...

  NODE 1 ADMIN CONNINFO = 'dsn for accessing node 1, maybe dbname=mydb host=host1 port=5432';

Any script that doesn't begin with "CLUSTER NAME" (or a reference to a
file *containing* "CLUSTER NAME") will error out in this fashion.
-- 
(reverse (concatenate 'string "moc.enworbbc" "@" "enworbbc"))
http://linuxfinances.info/info/rdbms.html
"There is   nothing in the world  more  helpless and irresponsible and
depraved than a man in the depths of an ether binge."
-- Dr. Hunter S. Thompson



More information about the Slony1-general mailing list