Re: [GENERAL] Problem using COPY command to load data

2008-11-11 Thread Glen Beane
On 11/11/08 9:09 PM, "Tom Lane" <[EMAIL PROTECTED]> wrote: > Glen Beane <[EMAIL PROTECTED]> writes: >> On 11/11/08 2:25 PM, "Tom Lane" <[EMAIL PROTECTED]> wrote: >>> The most direct evidence about why it's stuck would probably be had

Re: [GENERAL] Problem using COPY command to load data

2008-11-11 Thread Glen Beane
On 11/11/08 2:25 PM, "Tom Lane" <[EMAIL PROTECTED]> wrote: > The most direct evidence about why it's stuck would probably be had by > attaching to the backend process with gdb and getting a stack trace. It wasn't built with debugging symbols so there is some missing info, but here is what I ge

Re: [GENERAL] Problem using COPY command to load data

2008-11-11 Thread Glen Beane
On 11/11/08 2:25 PM, "Tom Lane" <[EMAIL PROTECTED]> wrote: > Glen Beane <[EMAIL PROTECTED]> writes: >> I am using the copy_from command from the python psycopg2 library to do some >> bulk data loading of a postgres database. This had been working OK, un

[GENERAL] Problem using COPY command to load data

2008-11-11 Thread Glen Beane
I'm not sure if this is the write place to post this question or not, but I hope someone can help me out. I am using the copy_from command from the python psycopg2 library to do some bulk data loading of a postgres database. This had been working OK, until my script barfed because I was being car