Re: function call

Поиск
Список
Период
Сортировка
От David G Johnston
Тема Re: function call
Дата
Msg-id 1407773607813-5814428.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: function call  (Marcin Krawczyk <jankes.mk@gmail.com>)
Список pgsql-sql
Marcin Krawczyk-2 wrote
>>
>> So it would seem that the issue is with ERP application returning the
>>> information.
>>>
>>
>> This probably hinges on what you are defining as returning?
>>
>> In your function description you note that the function issues documents.
>>
>> Is that what you are using to determine that the function has completed?
>>
> 
> The function makes some calculations, then INSERTs and UPDATEs data (the
> aforementioned documents) then returns 1 row with 3 columns with
> information on whether there were any errors or how many documents were
> created and so on.

Are you positive the pgAdmin and your application are talking to the same
machine?

Is there any variation in run-time for the two clients?

Can you get both of them to run the same query but using EXPLAIN ANALYZE?

David J.



--
View this message in context: http://postgresql.1045698.n5.nabble.com/function-call-tp5813776p5814428.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.



В списке pgsql-sql по дате отправления:

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: How to optimize WHERE column_a IS NOT NULL OR column_b = 'value'
Следующее
От: Igor Neyman
Дата:
Сообщение: Re: How to optimize WHERE column_a IS NOT NULL OR column_b = 'value'