На Heroku создана БД, есть все данные для подключения (хост, юзер, пароль и тд), в настройках OpenServer включена поддержка postgres. Файл index.php:
$conn_string = "host=xxx port=5432 dbname=xxx password=xxx URI=
postgres://hlxjbxocdtkduk:xxx";
$dbconn4 = pg_connect($conn_string);
Запускаю OpenServer, получаю ошибку:
Fatal error: Uncaught Error: Call to undefined function pg_connect() in D:\PHP\open_server_5_3_7_full\domains\test\index.php:5 Stack trace: #0 {main} thrown in D:\PHP\open_server_5_3_7_full\domains\test\index.php on line 5