Re: Restoring large tables with COPY

From: "Serguei Mokhov" <sa_mokho(at)alcor(dot)concordia(dot)ca>
To: "Marko Kreen" <marko(at)l-t(dot)ee>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Restoring large tables with COPY
Date: 2001-12-11 17:29:07
Message-ID: 01fc01c18269$5d534600$5dd9fea9@gunn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

----- Original Message -----
From: Marko Kreen <marko(at)l-t(dot)ee>
Sent: Tuesday, December 11, 2001 10:10 AM

If this thing ever gets through, shouldn't this

> /* placeholders for the delimiters for comments */
> ***************
> *** 151,156 ****
> --- 153,159 ----
> " -h, --host=HOSTNAME database server host name\n"
> " -i, --ignore-version proceed even when server version mismatches\n"
> " pg_dump version\n"
> + " ­m, --maxrows=NUM max rows in one COPY command\n"

say '-m'

> + " ­m NUM max rows in one COPY command\n"

and this one too?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2001-12-11 17:38:27 Re: Restoring large tables with COPY
Previous Message Marko Kreen 2001-12-11 17:25:51 Re: Restoring large tables with COPY