Re: Row Count

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Row Count
Дата
Msg-id 20050223165158.GA27442@winnie.fuhr.org
обсуждение исходный текст
Ответ на Row Count  (sreejith s <getsreejith@gmail.com>)
Список pgsql-sql
On Wed, Feb 23, 2005 at 09:48:29PM +0530, sreejith s wrote:

> How get Row count in a plpgsql fuction after executing update or
> delete query to determine no. of rows affected.

See "Obtaining the Result Status" in the PL/pgSQL documentation.

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

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


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

Предыдущее
От: sreejith s
Дата:
Сообщение: Row Count
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: VIEW / ORDER BY + UNION