Re: Unable to connect to Postgresql

From: Rick Widmer <pgsql(at)rickwidmer(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Unable to connect to Postgresql
Date: 2017-04-10 20:46:14
Message-ID: 66f84fa0-8ded-fa39-fb6b-7e60e25c7b47@rickwidmer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/10/2017 2:23 PM, John Iliffe wrote:
> On Monday 10 April 2017 11:53:35 Daniel Verite wrote:
>> John Iliffe wrote:

>> Given that you set two directories: /tmp and /var/pgsql,
>> I would think you can let the other apps use /tmp as before
>> and have only Apache use /var/pgsql ?
>
> Yes, I will do that, but there are several hundred PHP web page scripts to
> be updated. Presumably if one script opens two different databases then
> both of the pg_connect() instances will need to be updated.

How about creating a php file with the connect code, once, then
including that file from all of the hundreds of web pages. It won't
help much with the first set of changes, but it will help with
portability later.

Rick

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2017-04-10 20:58:46 Re: Unable to connect to Postgresql
Previous Message John Iliffe 2017-04-10 20:23:47 Re: Unable to connect to Postgresql