Re: Support for prepared queries

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
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-07 02:31:34
Message-ID: 3FAB0406.5020409@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


>>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

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message scott.marlowe 2003-11-07 16:44:17 Re: Support for prepared queries
Previous Message Bruce Momjian 2003-11-06 22:53:54 Re: Support for prepared queries