Re: COPY FROM command v8.1.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mr(dot) Dan" <bitsandbytes88(at)hotmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: COPY FROM command v8.1.4
Date: 2006-09-12 21:27:52
Message-ID: 21688.1158096472@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Mr. Dan" <bitsandbytes88(at)hotmail(dot)com> writes:
> Looking back and comparing the data, we realized that its always missing
> rows in 25 (24+1) rows sequences or we're calling it a block. So, there were
> 2 blocks of 25 missing in the 2nd attempt and 4 blocks of 25 missing in the
> third.

This is pretty confusing. You mean that groups of 25 adjacent rows were
missing in the output? What's the (24+1) supposed to convey? Are these
groups aligned on 25-row boundaries in the whole output (ie, are there
an exact multiple of 25 rows before each dropped group)?

How are you doing the copies, exactly? SQL COPY command, psql \copy,
something else?

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message andy 2006-09-13 02:20:55 Re: Vacuum error on database postgres
Previous Message Mr. Dan 2006-09-12 20:32:49 COPY FROM command v8.1.4