plpgsql: Checking status on a 'INSERT INTO ...'

Поиск
Список
Период
Сортировка
От Turbo Fredriksson
Тема plpgsql: Checking status on a 'INSERT INTO ...'
Дата
Msg-id 87ae1tz5vq.fsf@papadoc.bayour.com
обсуждение исходный текст
Ответы Re: plpgsql: Checking status on a 'INSERT INTO ...'  ("Reinoud van Leeuwen" <reinoud@xs4all.nl>)
Список 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 по дате отправления:

Предыдущее
От: "John Gray"
Дата:
Сообщение: Re: Storing XML in PostgreSQL
Следующее
От: "Reinoud van Leeuwen"
Дата:
Сообщение: Re: plpgsql: Checking status on a 'INSERT INTO ...'