Re: [PHP-DB] Postgres - how to skip 'sequence' columns
[email protected] ("Gary .")
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
On 4/13/10, Chris wrote: > Gary . wrote: >> Is it possible to skip column(s) in the target table when using >> pg_copy_from? ... > It seems not from looking at the php manual. > > You could use http://www.php.net/manual/en/function.pg-put-line.php instead. Yeah. I was hoping to use pg_copy_from to avoid looping over the array in php, but I can do that. Thanks.