[PHP-DEV] [patch] add COPY functions to pdo_pgsql

2009-11-05 Thread Tim Ringenbach
Here's a patch to add pgsqlGetCopyData, pgsqlPutCopyData, and pgsqlEndCopyData methods. I opened bug #50092 but I don't seem able to attach the patch, so I attached it here. --Tim Index: ext/pdo_pgsql/pgsql_driver.c === ---

Re: [PHP-DEV] [patch] add COPY functions to pdo_pgsql

2009-11-05 Thread Christopher Jones
Tim Ringenbach wrote: Here's a patch to add pgsqlGetCopyData, pgsqlPutCopyData, and pgsqlEndCopyData methods. I opened bug #50092 but I don't seem able to attach the patch, so I attached it here. --Tim What do these do? I.e. where's the documentation or RFC http://wiki.php.net/rfc ?

Re: [PHP-DEV] [patch] add COPY functions to pdo_pgsql

2009-11-05 Thread Tim Ringenbach
On 11/05/2009 02:15 PM, Christopher Jones wrote: What do these do? I.e. where's the documentation or RFC http://wiki.php.net/rfc ? :) So the patch can be found easily, can you update the bug with a link to it? I updated the bug with a link to the list archives. I'm not familiar with

Re: [PHP-DEV] [patch] add COPY functions to pdo_pgsql

2009-11-05 Thread Pierre Joye
hi, On Thu, Nov 5, 2009 at 7:37 PM, Tim Ringenbach t...@asteriasgi.com wrote: Here's a patch to add pgsqlGetCopyData, pgsqlPutCopyData, and pgsqlEndCopyData methods. I opened bug #50092 but I don't seem able to attach the patch, so I attached it here. Please see the current discussion on the