Asynchronous query execution

Поиск
Список
Период
Сортировка
От c k
Тема Asynchronous query execution
Дата
Msg-id AANLkTimU+OEjrMZCD0=bsW9qHPSAgJ1RTBymV=7j-wS7@mail.gmail.com
обсуждение исходный текст
Ответы Re: Asynchronous query execution
Re: Asynchronous query execution
Список pgsql-general
Hello,
I would like to know how can we execute the queries asynchronously?
If we use and execute plpgsql functions they just completes the execution or throws an error on error. In between next sql statement waits for the previous one to complete the execution. But in few situations it is required not to wait for getting the completion of previous sql statement. How can this e achieved?

Waiting for you response.

CPK

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

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: OID of type by name.
Следующее
От: Andre Lopes
Дата:
Сообщение: Re: How to obtain the maximum value of a date, between 3 tables...