Re: [ADMIN] Database Clustering

2006-01-26 Thread Brian A. Seklecki
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

[ADMIN] Database Clustering

2006-01-24 Thread Jagan
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

Re: [ADMIN] database clustering

2004-06-05 Thread Joe Maldonado
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

Re: [ADMIN] database clustering

2004-02-20 Thread Mitch Pirtle
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

[ADMIN] database clustering

2004-02-20 Thread Joe Maldonado
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