So, you send a query something like this? /*NO LOAD BALANCE*/SELECT 100;
and this returns 1 rather than 100? -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp > Hello, > > i use pgpool V.3.1.0-beta with master/slave mode and load balancing. > > I want send a SELECT query only to master! If i send a query with /*NO LOAD > BALANCE*/ before SELECT statement the return value is only 1 not the real > results! If i misunderstand the functionality of /*NO LOAD BALANCE*/ could > you include a pre SELECT statement like /*MASTER QUERY*/ to get the results > from master node? > > I hope you understand my problem and thanks for an answer! > > Kind Regards from Germany > Rene _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
