dbDisconnect.PgSQL.conn {RdbiPgSQL} | R Documentation |
dbDisconnect
disconnects from the backend and frees all
resources associated with the connection.
## S3 method for class 'PgSQL.conn': dbDisconnect(conn)
conn |
A connection object |
Some attempt is made to disconnect connection object when exiting R. Your mileage may vary.
Timothy H. Keitt