Unsupported versions: 6.3
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.
pg_disconnect
PostgreSQL
Prev Next

pg_disconnect

Name

pg_disconnect — closes a connection to the backend server
pg_disconnect dbHandle

Inputs

dbHandle

Specifies a valid database handle.

Outputs

None

Description

pg_disconnect closes a connection to the Postgres backend.


Prev Home Next
pg_connect Up pg_exec