(PHP 4, PHP 5, PHP 7)
Open a persistent PostgreSQL connection
resource pg_pconnect ( string $connection_string [, int $connect_type ] )
pg_pconnect() opens a connection to a PostgreSQL database. It returns a connection resource that is needed by other PostgreSQL functions.
If a second call is made to pg_pconnect() with the same connection_string as an existing connection, the existing connection will be returned unless you