Re: Accessing Postgres db from apache using PHP

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: christoph(dot)dellavalle(at)goetheanum(dot)ch, pgsql-novice(at)postgresql(dot)org, pgsql-php(at)postgresql(dot)org
Subject: Re: Accessing Postgres db from apache using PHP
Date: 2003-07-28 17:11:31
Message-ID: 200307281011.31342.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-php

Christoph,

> I'm not sure, but I think you have to start postgres with the option -i to
> allow it to use TCP/IP.

As of 7.2, it's better to do this in the postgresql.conf file, just because
then you don't have to remember to use "-i" every time you start up
PostgreSQL.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message bruce 2003-07-28 19:19:34 Re: [PHP] Accessing Postgres db from apache using PHP
Previous Message Bruno Wolff III 2003-07-28 16:47:04 Re: Where's The Primary Key?

Browse pgsql-php by date

  From Date Subject
Next Message scott.marlowe 2003-07-28 18:16:12 Re: UPDATE sql question
Previous Message bruce 2003-07-28 16:32:16 Re: Accessing Postgres db from apache using PHP