From: | Abdul Rahman <abr_ora(at)yahoo(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | rod(at)iol(dot)ie, glynastill(at)yahoo(dot)co(dot)uk |
Subject: | Re: Replication using slony-I |
Date: | 2008-09-30 04:55:24 |
Message-ID: | 868709.9804.qm@web65715.mail.ac4.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks a lot for replying!
Here is complete information for consideration:
In order to perform replication. I am following the steps present in
http://people.planetpostgresql.org/dpage/index.php?/archives/51-Setting-up-Slony-I-with-pgAdmin.html
and successfully reached to step # 13. I have Slony-I pgAdmin-III included in postgresql-8.2 and the platform is WindowsXp. But here I am not getting the "NewSubscription" option when do right click on Subscription Set.
I also worked and found that the command in step # 4
>psql -U postgres slave1 < schema.sql
is not working because I am not getting the tables in either slave. So, I suppose I have to run the command in step # 2
> pgbench -i -U postgres master
for slave1 and slave2 instead of making sql script and running it. I am going to restart my work in this way. Glyn Astill you may explore slonik in detail that I may use it now. So many Thanks Again.
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Broersma | 2008-09-30 05:04:58 | Re: Counting unique rows as an aggregate. |
Previous Message | Gauss | 2008-09-30 00:21:43 | Re: [JDBC] need help of getting PK after insertRow in JDBC |