OPTIONAL
SYNOPSIS
        void pg_close()

DESCRIPTION
        Close the database connection for the current object, if there is one.

        The function is available only if the driver is compiled with
        PostgreSQL support. In that case, __PGSQL__ is defined.

HISTORY
        Added in 3.3.445.

SEE ALSO
        pgsql(C), pg_connect(E), pg_query(E), pg_pending(E)

