(PHP 8 >= 8.4.0)
pg_jit — Returns the JIT information of the server
pg_jit() returns an array with the JIT (Just-In-Time compilation) information of the PostgreSQL server.
connection
Una instancia PgSql\Connection.
Cuando connection es null, se usa la conexión por defecto.
La conexión por defecto es la última conexión hecha por
pg_connect() o pg_pconnect()
Desde PHP 8.1.0, usar la conexión por defecto está obsoleto.
Returns an array containing the JIT information of the server.