Search the list archives for "Cluster" or "Replication" or "High
availability" or "Failover".
~BAS
On Wed, 2006-01-25 at 01:09, Jagan wrote:
> Hi List,
> I want to have clustering in PG Database. Does it have this provision like
> MS SQL database ??
> My case is like this :
> I have few applicati
Hi List,
I want to have clustering in PG Database. Does it have this provision like
MS SQL database ??
My case is like this :
I have few applications which connects to PG Database. I want to mirror this
database on another server so that if my primary database goes down then the
other one will
I have looked at this and this is not what I was looking for. Using this the
application will need to figure out how to merge records. I was looking to be able to
use something like the oracle syntax of host:database:schema:table within sql to
service the queries.
-Joe
On Fri, 20 Feb 2004 14:4
Joe Maldonado wrote:
Hello,
I am planning a postgres database cluster. Each database will be on
it's own machine and I wanted to enable one as the frontend to the
rest. This is so that applications do not need to know which database
contains what data. Is there a way to configure postgres to
Hello,
I am planning a postgres database cluster. Each database will be on it's own machine
and I wanted to enable one as the frontend to the rest. This is so that applications
do not need to know which database contains what data. Is there a way to configure
postgres to communicate to other