Skip to content
Snippets Groups Projects
Commit 35251421 authored by iSergio's avatar iSergio
Browse files

Fix

parent ad67bdfe
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,6 @@ for (( i = 0; i < ${#databases[*]}; i++)); do ...@@ -8,4 +8,6 @@ for (( i = 0; i < ${#databases[*]}; i++)); do
pg_black_function_list localhost ${databases[$i]} >> /tmp/pgpool_black_function_list.tmp pg_black_function_list localhost ${databases[$i]} >> /tmp/pgpool_black_function_list.tmp
done done
echo "black_function_list = '$(cat /tmp/pgpool_black_function_list.tmp)'" > /etc/pgpool-II/pgpool.conf echo "black_function_list = '$(cat /tmp/pgpool_black_function_list.tmp)'" >> /etc/pgpool-II/pgpool.conf
rm -rf /tmp/pgpool_black_function_list.tmp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment