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

[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 === --- ext/p