Re: psql Copy question

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: psql Copy question
Date: 2006-02-20 14:58:04
Message-ID: 20060220145804.GM9638@webserv.wug-glas.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am 19.02.2006, um 23:24:57 -0800 mailte Virag Saksena folgendes:
> Hi,
> I am using copy command in psql to load several million rows from a file
> Is it possible to have a progress indicator print a dot after every 100,000 rows are inserted ?

split the file into files with only 100,000 rows, copy every separately and
echo a message between the files?

Andreas
--
Andreas Kretschmer (Kontakt: siehe Header)
Heynitz: 035242/47215, D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
=== Schollglas Unternehmensgruppe ===

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tony Caduto 2006-02-20 16:47:41 Postgresql win32 vs MySql win32
Previous Message Richard Huxton 2006-02-20 14:05:44 Re: psql Copy question