Re: help with a procedure - Mailing list pgsql-general

From David G Johnston
Subject Re: help with a procedure
Date
Msg-id 1401992893163-5806242.post@n5.nabble.com
Whole thread Raw
In response to Re: help with a procedure  (Carlos Carcamo <eazyduiz@gmail.com>)
List pgsql-general
Carlos Carcamo wrote
> SELECT myProcedure(product_id, p_description, price, qty, store_id,
> store_description );
>
> waiting for a response from procedure, maybe true or false.

Note that forcing the procedure to return false instead of simply throwing
an error is going to degrade performance.  If you can live with
silence=success; error=failure it will be much easier to program and will
achieve maximum performance.

David J.



--
View this message in context: http://postgresql.1045698.n5.nabble.com/help-with-a-procedure-tp5806213p5806242.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Sébastien Lorion
Date:
Subject: Re: Merge a sharded master into a single read-only slave
Next
From: Dev Kumkar
Date:
Subject: Re: Heartbleed Impact