Database Reference
In-Depth Information
The pg:killall command
The pg:killall command cancels all queries in the database. For this, the
pg_terminate_backend function is used to bring down the entire connection of each
query, is as follows:
$ heroku pg:killall --app your-app-name
pg_terminate_backend
----------------------
t
t
(2 rows)
Search WWH ::




Custom Search