Loading pgpool/pgpool-II/pgpool-primary.conf +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ white_function_list = '' # Comma separated list of function names # that don't write to database # Regexp are accepted black_function_list = 'nextval,setval,.*' black_function_list = 'nextval,setval' # Comma separated list of function names # that write to database # Regexp are accepted Loading pgpool/pgpool-II/pgpool-standby.conf +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ white_function_list = '' # Comma separated list of function names # that don't write to database # Regexp are accepted black_function_list = 'nextval,setval,.*' black_function_list = 'nextval,setval' # Comma separated list of function names # that write to database # Regexp are accepted Loading Loading
pgpool/pgpool-II/pgpool-primary.conf +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ white_function_list = '' # Comma separated list of function names # that don't write to database # Regexp are accepted black_function_list = 'nextval,setval,.*' black_function_list = 'nextval,setval' # Comma separated list of function names # that write to database # Regexp are accepted Loading
pgpool/pgpool-II/pgpool-standby.conf +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ white_function_list = '' # Comma separated list of function names # that don't write to database # Regexp are accepted black_function_list = 'nextval,setval,.*' black_function_list = 'nextval,setval' # Comma separated list of function names # that write to database # Regexp are accepted Loading