Re: [GENERAL] relation deleted while in use encountered with Postgresql 8.0.8

2007-12-03 Thread Scott Marlowe
On Nov 29, 2007 4:44 PM, Gautam Sampathkumar [EMAIL PROTECTED] wrote: Hi, I'm using a python script w/ the PyGreSQL library to insert 1 billion rows into a database table for an experiment (performing a commit every 10K rows). My script failed at about 170M rows with the following exception:

[GENERAL] relation deleted while in use encountered with Postgresql 8.0.8

2007-12-02 Thread Gautam Sampathkumar
Hi, I'm using a python script w/ the PyGreSQL library to insert 1 billion rows into a database table for an experiment (performing a commit every 10K rows). My script failed at about 170M rows with the following exception: File /usr/lib64/python2.3/site-packages/pgdb.py, line 163, in execute

Re: [GENERAL] relation deleted while in use encountered with Postgresql 8.0.8

2007-12-02 Thread Martijn van Oosterhout
On Thu, Nov 29, 2007 at 02:44:25PM -0800, Gautam Sampathkumar wrote: Hi, I'm using a python script w/ the PyGreSQL library to insert 1 billion rows into a database table for an experiment (performing a commit every 10K rows). My script failed at about 170M rows with the following exception:

Re: [GENERAL] relation deleted while in use encountered with Postgresql 8.0.8

2007-12-02 Thread Adrian Klaver
On Thursday 29 November 2007 2:44 pm, Gautam Sampathkumar wrote: Hi, I'm using a python script w/ the PyGreSQL library to insert 1 billion rows into a database table for an experiment (performing a commit every 10K rows). My script failed at about 170M rows with the following exception: