LXXIX. PostgreSQL functions
To
use
PostgreSQL
support
,
you
need
PostgreSQL
6.5
or
later
.
PostgreSQL
7.0
or
later
to
enable
all
PostgreSQL
module
feature
.
If
shared
object
module
is
available
,
PostgreSQL
module
may
be
loaded
using
extension
directive
in
php.ini
or
dl(
)
If
shared
object
module
is
available
,
PostgreSQL
module
may
be
loaded
using
extension
directive
in
php.ini
or
dl(
)
function
.
Supported
ini
directives
are
described
in
php.ini-dist
which
comes
with
source
distribution
.
It
is
also
important
that
you
use
newer
libpq
than
PostgreSQL
Server
to
be
connected
.
You should not close the connection to the PostgreSQL server
before closing the large object.