Re: Get the number of records of a result set

Поиск
Список
Период
Сортировка
От Eugenio Tacchini
Тема Re: Get the number of records of a result set
Дата
Msg-id 20080130085942.068AA68873@smtp.eutelia.it
обсуждение исходный текст
Ответ на Re: Get the number of records of a result set  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
Список pgsql-general
At 16.35 30/01/2008 +0800, Ow Mun Heng wrote:

 >not sure what exactly you mean, but perhaps this could help?
 >
 >    del_stime := timeofday();
 >    execute del_qry;
 >    del_etime := timeofday();
 >
 >    GET DIAGNOSTICS del_rows = ROW_COUNT;
 >
 >This would get you the # of rows inserted into the destination table
 >etc.

This is exactly what I mean, thanks a lot to you and Pavel.


Eugenio.


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

Предыдущее
От: Håkan Jacobsson
Дата:
Сообщение: Re: Getting the count(*) from two tables and two date ranges in same query
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: postgresql book - practical or something newer?