plpgsql: Checking status on a 'INSERT INTO ...' - Mailing list pgsql-hackers

From Turbo Fredriksson
Subject plpgsql: Checking status on a 'INSERT INTO ...'
Date
Msg-id 87ae1tz5vq.fsf@papadoc.bayour.com
Whole thread Raw
Responses Re: plpgsql: Checking status on a 'INSERT INTO ...'
List pgsql-hackers
I'm porting some stored procedures from a MSSQL server, and thought
I'd use PL/pgSQL.

The original code is checking the insert with the line:
       if (@@Error != 0)

How do I do the same thing in PL/pgSQL?

-- Turbo     __ _     Debian GNU     Unix _IS_ user friendly - it's just ^^^^^    / /(_)_ __  _   ___  __  selective
aboutwho its friends are         / / | | '_ \| | | \ \/ /   Debian Certified Linux Developer   _ /// / /__| | | | | |_|
|> <  Turbo Fredriksson   turbo@tripnet.se \\\/  \____/_|_| |_|\__,_/_/\_\ Stockholm/Sweden
 

explosion ammonium ammunition iodine strategic Rule Psix NORAD FBI
fissionable Treasury cryptographic killed AK-47 Nazi Waco, Texas
[See http://www.aclu.org/echelonwatch/index.html for more about this]


pgsql-hackers by date:

Previous
From: "John Gray"
Date:
Subject: Re: Storing XML in PostgreSQL
Next
From: "Reinoud van Leeuwen"
Date:
Subject: Re: plpgsql: Checking status on a 'INSERT INTO ...'