[GENERAL] Adding Additional Standby

2011-09-03 Thread Andrew Hannon
Hello, We have an existing master-slave setup running on 9.0. I was looking into adding a new hot standby into this setup — I have added a script that satisfies the requirements of the archive_command, but it isn't clear to me how to add this new standby into the mix. Is it as simple as calling

Re: [GENERAL] Adding Additional Standby

2011-09-03 Thread Andreas Kretschmer
Andrew Hannon wrote: > Hello, > > We have an existing master-slave setup running on 9.0. I was looking > into adding a new hot standby into this setup — I have added a script > that satisfies the requirements of the archive_command, but it isn't > clear to me how to add this new standby into the

Re: [GENERAL] md5 of table

2011-09-03 Thread Sim Zacks
I thought about using dblink and the EXCEPT query, but then I need to know the field list of each query result, which is a pain in the butt. That is not correct. As long as the table definitions are precisely the same, you can move records across dblink without specifying fields. You do this