Re: tuple count and v3 functions in psql for COPY

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: tuple count and v3 functions in psql for COPY
Дата
Msg-id 43AAE806.3030107@samurai.com
обсуждение исходный текст
Ответ на tuple count and v3 functions in psql for COPY  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
Список pgsql-patches
Volkan YAZICI wrote:
> I tried to prepare a patch for these TODO items:
>  - Have COPY return the number of rows loaded/unloaded?
>  - Update [pg_dump and] psql to use the new COPY libpq API.

I'll apply this today or tomorrow, barring any objections.

BTW, if we're using an int64 counter for the # of rows modified by COPY,
I wonder if it's also worth converting INSERT's rowcount to use an
int64. Any objections to doing that?

-Neil


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] My investigations of the postmaster Bus error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tuple count and v3 functions in psql for COPY