Re: [GENERAL] Asynchronous query execution

2010-12-11 Thread c k
thanks to all of you. Regards, CPK On 12/8/10, Merlin Moncure wrote: > On Wed, Dec 8, 2010 at 8:40 AM, John R Pierce wrote: >> On 12/08/10 5:35 AM, c k wrote: >>> >>> Hello, >>> I would like to know how can we execute the queries asynchronously? >>> If we use and execute plpgsql functions they

Re: [GENERAL] Asynchronous query execution

2010-12-08 Thread Merlin Moncure
On Wed, Dec 8, 2010 at 8:40 AM, John R Pierce wrote: > On 12/08/10 5:35 AM, 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 sq

Re: [GENERAL] Asynchronous query execution

2010-12-08 Thread Robert Gravsjö
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. B

Re: [GENERAL] Asynchronous query execution

2010-12-08 Thread John R Pierce
On 12/08/10 5:35 AM, 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. B

[GENERAL] Asynchronous query execution

2010-12-08 Thread c k
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