Re: Support for prepared queries

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, Stephen <jleelim(at)xxxxxx(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Support for prepared queries
Date: 2003-11-12 03:52:55
Message-ID: 200311120352.hAC3qt104858@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


Should this be a TODO item?

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
>
> >>You'd have to write some kind of pooling solution to get that kind of
> >>behaviour. I don't know of anyone working on pooling in PHP.
> >
> >
> > Thought PHP5 does RESET ALL, that doesn't affect prepared queries, only
> > SET variables.
>
> I vote for a new command:
>
> RESET SESSION;
>
> Basically, we make that connection reset everythign - SET variables,
> open cursors, etc. I don't think we want to clobber prepared
> queries...i dunno.
>
> And we can add stuff to it without needing pool managers to change how
> they do things.
>
> Chris
>
>
>
>
>
> ---------------------------(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
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Daniel Struck 2003-11-12 10:26:03 Re: client authentication towards postgresql in php?
Previous Message Bastiaan Wakkie 2003-11-11 20:08:14 Re: Convert literature string via Regular Expressions