capacity of copy command??

From: <rocael(at)usa(dot)net>
To: PGSQL-SQL <pgsql-sql(at)postgresql(dot)org>
Subject: capacity of copy command??
Date: 2000-06-18 18:38:49
Message-ID: 20000619003849.15025.qmail@nwcst289.netaddress.usa.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi All!
I just wanna now how much is the capacity of the copy command...
I did a psql mydb < data.sql
inside data.sql I had a COPY "table" FROM stdin;
and around 200,000 registers and it gave me error message... pg_atoi... :(
but it worked inserting by parts of the file...

thanx,

Rocael.

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Browse pgsql-sql by date

  From Date Subject
Next Message Kate Collins 2000-06-19 08:49:01 Re: Database Transfer
Previous Message Peter Eisentraut 2000-06-18 14:24:43 Re: Database Transfer