statement level triggers in PostgreSQL , anybody?? - Mailing list pgsql-general

From nramakrishna7@yahoo.com (rama)
Subject statement level triggers in PostgreSQL , anybody??
Date
Msg-id fd508551.0405270528.4e94d25d@posting.google.com
Whole thread Raw
Responses Re: statement level triggers in PostgreSQL , anybody??  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Hi,
     I am a bit troubled with the row-level triggers which PostgreSQL
uses when using update table cpmmand.
     For instance, if the primary key column has values 1,2,3,... and
i want to update the whole column as column = colunm + 1 , then there
is an error. This obviously works on databases such as mssql which has
row level triggers.
     Any suggestions so that i do not have to modify the query and
still make it work in the postgresql database ??

pgsql-general by date:

Previous
From: "NTPT"
Date:
Subject: FTP daemon that support Postgresql
Next
From: "Hale"
Date:
Subject: connecting to an external postgresql db