We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e8632 commit 2569159Copy full SHA for 2569159
administration/kill_idle_xact_91.sh
@@ -61,7 +61,7 @@ SELECT array_to_string(ARRAY[ now()::TEXT,
61
FROM idles
62
ORDER BY xact_start;"
63
64
-psql -q -t -c "${KILLQUERY}"
+$PSQL -q -t -c "${KILLQUERY}"
65
66
exit 0
67
0 commit comments