Re: Getting affected rows in pgplsql - Mailing list pgsql-general

From Blazej
Subject Re: Getting affected rows in pgplsql
Date
Msg-id 819df3760809040408s2fb960f2u7488080d97a68585@mail.gmail.com
Whole thread Raw
In response to Getting affected rows in pgplsql  (Artacus <artacus@comcast.net>)
List 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 by date:

Previous
From: Artacus
Date:
Subject: Getting affected rows in pgplsql
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: Getting affected rows in pgplsql