Re: Counting the rows INSERTed/UPDATEd?

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Counting the rows INSERTed/UPDATEd?
Дата
Msg-id 20060501183631.GA22990@webserv.wug-glas.de
обсуждение исходный текст
Ответ на Counting the rows INSERTed/UPDATEd?  (Mario Splivalo <mario.splivalo@mobart.hr>)
Список pgsql-sql
am  01.05.2006, um 18:07:17 +0200 mailte Mario Splivalo folgendes:
> I have found, I thinl, in the pg manual, the way to get the number of
> rows inserted/updated, from within the plpgsql. I can't find it anymore,

http://www.postgresql.org/docs/8.1/interactive/plpgsql-statements.html#PLPGSQL-STATEMENTS-DIAGNOSTICS

GET DIAGNOSTICS integer_var = ROW_COUNT;


HTH, Andreas
-- 
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47215,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net===    Schollglas Unternehmensgruppe    === 


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

Предыдущее
От: Mario Splivalo
Дата:
Сообщение: Counting the rows INSERTed/UPDATEd?
Следующее
От: "Milen A. Radev"
Дата:
Сообщение: Re: Counting the rows INSERTed/UPDATEd?