> Hi everybody, > > Is possible with pgpool-ii (in replication mode) make replication of called > to functions?? > > I mean: > > ----> psql1 > [select > myfunction();] > client --------> pgpool ----> psql2 > [select myfunction();] [select myfunction();] > ----> psql3 > [select > myfunction();]
Sure. load_balance_mode = false replicate_select = true will do the trick. -- Tatsuo Ishii SRA OSS, Inc. Japan _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
