Re: Restoring large tables with COPY

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: Restoring large tables with COPY
Дата
Msg-id 20011211173827.GA5330@l-t.ee
обсуждение исходный текст
Ответ на Re: Restoring large tables with COPY  ("Serguei Mokhov" <sa_mokho@alcor.concordia.ca>)
Список pgsql-hackers
On Tue, Dec 11, 2001 at 12:29:07PM -0500, Serguei Mokhov wrote:
> 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?

One is for systems that have 'getopt_long', second for
short-getopt-only ones.  The '-h, --host=HOSTNAME' means
that '-h HOSTNAME' and '--host=HOSTNAME' are same.

-- 
marko



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: Restoring large tables with COPY
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Restoring large tables with COPY