Re: Getting affected rows in pgplsql

Поиск
Список
Период
Сортировка
От Blazej
Тема Re: Getting affected rows in pgplsql
Дата
Msg-id 819df3760809040408s2fb960f2u7488080d97a68585@mail.gmail.com
обсуждение исходный текст
Ответ на Getting affected rows in pgplsql  (Artacus <artacus@comcast.net>)
Список pgsql-general
Maybe this will be helpfull:

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

Regards,
Blazej Oleszkiewicz

2008/9/4 Artacus <artacus@comcast.net>:
> I'm writing some ETL procedures in pgplsql. After each insert/update/delete,
> I'd like to log how many rows were affected.
>
> I'm not finding anything on Google. Does anyone know how to get this?
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

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

Предыдущее
От: Artacus
Дата:
Сообщение: Getting affected rows in pgplsql
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Getting affected rows in pgplsql