Re: PG + PHP, was Re: Zend survey result about dbms... - Mailing list pgsql-general

From Mike Mascari
Subject Re: PG + PHP, was Re: Zend survey result about dbms...
Date
Msg-id 3F6CD7C4.60709@mascari.com
Whole thread Raw
In response to Re: PG + PHP, was Re: Zend survey result about dbms...  (Mike Mascari <mascarm@mascari.com>)
List pgsql-general
Mike Mascari wrote:

> Tom Lane wrote:

>>Uh, what exactly does it buy you to involve an environment variable
>>in this process?  I think it just adds fragility.  (For example,
>>exposing setenv to the user creates the risk that he'll overwrite
>>something of importance, like PATH.)
>
> Actually, I meant that setenv() and getenv() would only be used to
> store the memory address of a privately manipulated variable map. I
> did not mean that it should actually be used to store and retrieve the
>  variables themselves. If there is already a way to palloc() memory
> using a key that lives for the lifetime of a backend, then that's
> obviously the way to go. I was proceeding under the assumption that
> there wasn't.

It's been a long time since I've used global variables. Sorry...

Mike Mascari
mascarm@mascari.com



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: PG + PHP, was Re: Zend survey result about dbms...
Next
From: Kaare Rasmussen
Date:
Subject: Re: State of Beta 2