Postgres Global Variables

From: shm(at)daimlerchrysler(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Postgres Global Variables
Date: 2000-10-11 17:54:00
Message-ID: OFEDF7001C.2225967A-ON85256975.0061657C@wk.dcx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've been asked to port a Sybase database to Postgres in order to do an
initial checkout of Postgres' capabilities. I've been successful for the
most part, but have run into a problem with the triggers. The triggers
make use of a Sybase global variable called @@rowcount. @@rowcount
represents the number of rows affected by the most recent data modification
operation (inserts, deletes and/or updates).

Is there an equivalent in Postgres? Thanks much for the help.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Mount 2000-10-11 18:15:54 Re: R: PostgreSQL book
Previous Message Mitch Vincent 2000-10-11 17:06:37 Comments on earlier age() post.