Hello again, > >> Hi. >> >> >>> >> It's now working in pgpool-II 2.1 RC1. No more problems. And yes I >>> use >>> >> PHP >>> >> PDO and AdoDB. My previous post has more details. So what's the >>> >> replicate_def table and replicate_select for? Thanks again. :)
>>> --- snipped --- Sorry. I take it back. It works with direct PDO INSERT statement (without prepare, just execute the query string directly) but not with PDO bindParam wherein I first PREPARE the statement and do multiple inserts with a loop because I'm trying to migrate the records from MySQL to PostgreSQL. Instead of partitioning the data, it copies the inserted row to all nodes and when I browse the pgpool-II server, it displays 3 copies of the row inserted! Can anyone explain to me what had just happened please? Thanks. Regards, Viril _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
