Asynchronous query execution - Mailing list pgsql-general

From c k
Subject Asynchronous query execution
Date
Msg-id AANLkTimU+OEjrMZCD0=bsW9qHPSAgJ1RTBymV=7j-wS7@mail.gmail.com
Whole thread Raw
Responses Re: Asynchronous query execution  (John R Pierce <pierce@hogranch.com>)
Re: Asynchronous query execution  (Robert Gravsjö <robert@blogg.se>)
List 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 by date:

Previous
From: Dmitriy Igrishin
Date:
Subject: Re: OID of type by name.
Next
From: Andre Lopes
Date:
Subject: Re: How to obtain the maximum value of a date, between 3 tables...