Description Usage Arguments Details Value Examples
View source: R/pg_terminate_backend.R
Terminate one or all connections by pid
1 | pg_terminate_backend(conn, pid = NULL)
|
conn |
Connection |
pid |
NULL, defaults to all connections to databases, except the your own, or the connection pid you want to terminate. |
You can list all connections with “'pg_list_connections()“'
data.frame with one row per terminated connection
1 2 3 4 | ## Not run:
pg_terminate_backend(conn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.