Re: Asynchronous query execution - Mailing list pgsql-general

From Robert Gravsjö
Subject Re: Asynchronous query execution
Date
Msg-id 4CFF8FC2.1000401@blogg.se
Whole thread Raw
In response to Asynchronous query execution  (c k <shreeseva.learning@gmail.com>)
List pgsql-general

On 2010-12-08 14.35, c k wrote:
> 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?

Is this what you're looking for:
http://www.postgresql.org/docs/current/interactive/libpq-async.html

>
> Waiting for you response.
>
> CPK
>

--
Regards,
Robert "roppert" Gravsjö

pgsql-general by date:

Previous
From: Rob Gansevles
Date:
Subject: Maximum size for char or varchar with limit
Next
From: Adrian Klaver
Date:
Subject: Re: Maximum size for char or varchar with limit