Re: [PATCHES] Patches to get number of tuples affected

Поиск
Список
Период
Сортировка
От D'Arcy" "J.M." Cain
Тема Re: [PATCHES] Patches to get number of tuples affected
Дата
Msg-id m10zOt4-0000bFC@druid.net
обсуждение исходный текст
Ответ на Patches to get number of tuples affected  (Michael Richards <miker@scifair.acadiau.ca>)
Ответы Re: [PATCHES] Patches to get number of tuples affected  (Michael Richards <miker@scifair.acadiau.ca>)
Список pgsql-hackers
Thus spake Michael Richards
> Here are some diffs that implement a function called TuplesAffected. It
> returns the number of tuples the last command affected, or 0 if the last
> command was a SELECT. I added it to the PgConnection because it contains

Why not overload PGTuples() instead (assuming it doesn't already do this)?

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.


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

Предыдущее
От: Edmund Mergl
Дата:
Сообщение: Re: [HACKERS] Perl library (was Building Postgres)
Следующее
От: Michael Richards
Дата:
Сообщение: Re: [PATCHES] Patches to get number of tuples affected