Re: Getting affected rows in pgplsql

From: Artacus <artacus(at)comcast(dot)net>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Getting affected rows in pgplsql
Date: 2008-09-05 03:52:13
Message-ID: 48C0ACED.2030402@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That's just what I needed. Thanks guys!

Artacus

> On Thu, Sep 04, 2008 at 02:07:01AM -0700, Artacus wrote:
>> I'm writing some ETL procedures in pgplsql. After each
>> insert/update/delete, I'd like to log how many rows were affected.
>
> http://www.postgresql.org/docs/current/interactive/plpgsql-statements.html
> search for "GET DIAGNOSTICS"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Akhtar Yasmin-B05532 2008-09-05 04:13:28 Re: Postgres does not start, gives no error
Previous Message Artacus 2008-09-05 03:47:16 Re: Oracle and Postgresql