blob: cc1878cf3b936dcfe96a74de236d069af8603c33 (
plain)
1
2
3
4
5
6
7
|
This extension enables PHP to connect to and use PostgreSQL databases.
php-pgsql requires postgresql.
To enable the pgsql extension for php, go to /etc/php/pgsql.ini
and uncomment the line:
; extension=pgsql.so
|