pg_Close

pg_Close -- closes a PostgreSQL connection

Description

bool pg_close(int connection);

Returns false if connection is not a valid connection index, true otherwise. Closes down the connection to a PostgreSQL database associated with the given connection index.