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
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
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.