]> granicus.if.org Git - php/commit
Fixed bug #63657 (pgsqlCopyFrom/To methods use Postgres < 7.3 syntax)
authorMatteo Beccati <mbeccati@php.net>
Fri, 7 Jun 2013 07:23:00 +0000 (09:23 +0200)
committerMatteo Beccati <mbeccati@php.net>
Fri, 7 Jun 2013 07:36:54 +0000 (09:36 +0200)
commit19ead23e8ec1e09bce080139a92d372ff1a8416b
treedc6b081ade1cbdc88c52e4e5bb52d1830a520def
parent2f7f34374c3a39a4664d1a80c530c7edb52bb97c
Fixed bug #63657 (pgsqlCopyFrom/To methods use Postgres < 7.3 syntax)

Although still supported (for now), I've replaced with pre-9.0 syntax.
Still not cutting edge, but it works with any version PDO_pgsql is
compatible with (7.4+) and will possibly keep working for longer than
what we already had.
ext/pdo_pgsql/pgsql_driver.c