--- Richard Huxton <[EMAIL PROTECTED]> wrote: > CSN wrote: > > Are there any docs that deal with replication and > > Postgresql? Intro's, faq's, etc. > > > > Can anybody recommend a Postgresql replication > > package? I'm really not familiar with any - seems > like > > there are several, with possibly Slony rising to > the > > forefront. Are there any docs that compare the > various > > options? > > As you've discovered, there are different options > available depending on > what you need. You don't say how you intend to use > it.
I think I'd like to do a multi-master set up where if changes to the schema or data are done on any of the databases (there will be three) they will be replicated to the other servers. A "CVS" for databases, if there's such a thing. If not possible (looks like Slony doesn't support schema changes (yet?)), one master and two slaves might work. CSN __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match