Re: Create Produre for DROP row

From: "Guy Rouillier" <guyr(at)masergy(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Create Produre for DROP row
Date: 2006-01-11 21:40:22
Message-ID: CC1CF380F4D70844B01D45982E671B239E8E33@mtxexch01.add0.masergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Marcos wrote:
> Hi,
>
> Does have possible create one procedure to delete a row that return
> TRUE if the deletion was success or FALSE if a error occur?
>
> The procedure for deletion I already create but I don't know how
> detect if the deletion was success executed.

How do you define success? A delete can do nothing and be considered
successfully executed as long as no DB errors occur. If all you want to
know is whether or not DB errors occurred, then Jaime supplied a
solution to that.

--
Guy Rouillier

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-01-11 22:34:31 Re: Different exponent in error messages
Previous Message Assad Jarrahian 2006-01-11 21:40:04 getting access to geodistance (what do I need to install/enable) in an existing db install