Re: Do an Update without waiting for the result

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: "pgsql-php" <pgsql-php(at)postgresql(dot)org>
Subject: Re: Do an Update without waiting for the result
Date: 2001-06-21 13:07:52
Message-ID: 005001c0fa53$2e224000$330a0a0a@rutgersinsurance.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Just to clarify what you mean.

Say you do an insert that takes 20 minutes, you want to be able to do other
stuff while it is running? Or are you just saying you don't care about the
result?

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Laurent Patureau" <lpatureau(at)idfr(dot)net>
To: <pgsql-php(at)postgresql(dot)org>
Sent: Thursday, June 21, 2001 5:42 AM
Subject: [PHP] Do an Update without waiting for the result

> Hi,
>
> I'm looking for the "pg_exec",
>
> i want to do a query (update or insert) without waiting for the result
> (true or false) of the query.
>
> Is there anyone know how do it ?
>
> system : postgres on linux RedHat, PHP4
>
> LP.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Laurent Patureau 2001-06-21 13:24:17 Re: Do an Update without waiting for the result
Previous Message Laurent Patureau 2001-06-21 09:42:20 Do an Update without waiting for the result