select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 6.5
Historical version. PostgreSQL 6.5 reached end of support in June 2004. See the current manual for supported releases.

Closing the Connection

To close the database connection, simply call the close() method to the Connection:

db.close();

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.