PG_DISCONNECT() PostgreSQL 7.4.19 Documentation PG_DISCONNECT()
NAME
pg_disconnect - close a connection to the server
SYNOPSIS
pg_disconnect conn
DESCRIPTION
pg_disconnect closes a connection to the PostgreSQL server.
ARGUMENTS
conn The handle of the connection to be closed.
RETURN VALUE
None
2008-01-03 PG_DISCONNECT()