Re: [Pgpool-general] Load balancing read-write functions

2008-06-03 Thread Bruce Skelton
m, Yoshiyuki Asaba wrote: >> Hi, >> >> From: Nelson Correia <[EMAIL PROTECTED]> >> Subject: [Pgpool-general] Load balancing read-write functions >> Date: Thu, 29 May 2008 10:00:54 + >> >>> Hi,I have a scenario where I want to use Slony for maste

Re: [Pgpool-general] Load balancing read-write functions

2008-05-31 Thread Paul Robert Marino
then a standard select without you telling it. On Fri, 30 May 2008 2:47 am, Yoshiyuki Asaba wrote: > Hi, > > From: Nelson Correia <[EMAIL PROTECTED]> > Subject: [Pgpool-general] Load balancing read-write functions > Date: Thu, 29 May 2008 10:00:54 + > >> Hi,I have a

Re: [Pgpool-general] Load balancing read-write functions

2008-05-29 Thread Yoshiyuki Asaba
Hi, From: Nelson Correia <[EMAIL PROTECTED]> Subject: [Pgpool-general] Load balancing read-write functions Date: Thu, 29 May 2008 10:00:54 + > Hi,I have a scenario where I want to use Slony for master-slave > replication and pgpool for load-balancing and where I have many >

[Pgpool-general] Load balancing read-write functions

2008-05-29 Thread Nelson Correia
Hi,I have a scenario where I want to use Slony for master-slave replication and pgpool for load-balancing and where I have many functions with write commands. When using these functions I issue a command like "select * from somefunction(1, 'xpto')" and 'somefunction' will do several queries, b