Getting actual number of rows updated

Поиск
Список
Период
Сортировка
От CSN
Тема Getting actual number of rows updated
Дата
Msg-id 20050808073257.13650.qmail@web52909.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Getting actual number of rows updated  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-general
Is it possible to have PG report the actual number of
rows that actually CHANGED in an update command? e.g.

UPDATE items set name=replace(name,'abc','def');
UPDATE 9000 -- Actually only 3 were changed

rather than update reporting all rows have been
"updated"?

Thanks,
CSN



____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs


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

Предыдущее
От: "Jeff Eckermann"
Дата:
Сообщение: Re: linking access using ODBC driver with geometric data
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: tsearch2: very slow queries