Re: [DOCS] Using Encryption Patch to Docs

2005-04-29 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Ch

Re: [DOCS] [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2005-04-29 Thread Christopher Browne
Martha Stewart called it a Good Thing when [email protected] (Bruce Momjian) wrote: > Yep, big mistake my removing the replication FAQ item. I have re-added a > new one: > > 4.21) What replication solutions are available? > > Though "replication" is a single term, there are

Re: [DOCS] [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2005-04-29 Thread Bruce Momjian
OK, updated: Though "replication" is a single term, there are several technologies for doing replication, with advantages and disadvantages for each. Master/slave replication allows a single master to receive read/write queries, while slaves can only accept read/SELECT queries.