On Monday 22 July 2002 20:49, Eric wrote:
> I completely understand what you are saying, thanks for the reply.
>
> Here is what happen. We, first couldn't connect so someone asked if phpinfo
> showed PSQL in the output and it did not.
[snip]
> Now, I assume PHPINFO is simply verifying the PGSQL
I completely understand what you are saying, thanks for the reply.
Here is what happen. We, first couldn't connect so someone asked if phpinfo
showed PSQL in the output and it did not.
This lead us to believe we had a compilation problem with PHP, Apache or
Postgres. So we stopped looking for pr
On Sun, 21 Jul 2002, Eric wrote:
>
> Our Apache web server runs under a unix account (of course).
>
> In the PostgreSQL world, you have to create a database user under the
> same name like so:
>
> ./createuser webserver
>
> Once we did this -- everything worked.
>
> What puzzles me though is th