Re: help with a procedure

Поиск
Список
Период
Сортировка
От David G Johnston
Тема Re: help with a procedure
Дата
Msg-id 1401992893163-5806242.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: help with a procedure  (Carlos Carcamo <eazyduiz@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Sébastien Lorion
Дата:
Сообщение: Re: Merge a sharded master into a single read-only slave
Следующее
От: Dev Kumkar
Дата:
Сообщение: Re: Heartbleed Impact