From: | Steve Brett <SBrett(at)e-mis(dot)com> |
---|---|
To: | Fabrizio <fabrizio(at)eleveners(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: help (maybe i'm a little stupid) |
Date: | 2002-07-15 12:49:29 |
Message-ID: | C05E7DA1218ED411BF8A00105AC95A8E05B58CE5@sv-cntrmail.emis.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
ph_hba.conf controls which machines can connect to postgresql and lines are
easy to add if you lok at the examples contained within the file.
however yuo would get an error that says 'there is no entry in pg_hba.conf
for ipX.X.X.X' or something like that -
what you probably need to do is add a database user using 'createuser' ...
Steve
> -----Original Message-----
> From: Fabrizio [mailto:fabrizio(at)eleveners(dot)com]
> Sent: 15 July 2002 07:45
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] help (maybe i'm a little stupid)
>
>
> hi everybody. i've a little problem and i don't know where
> are faq of ng.
> (if you want, address me there, so you don't have to answer my boring
> question ;-) )
> .
> i made a page in php interfacing with postgresql server. i
> had a problem but
> i solve that one assuming postmaster with options -i and
> specifying port
> 5432. but then, when i call via browser my page, it returns
> error "fatal1:
> user apache does not exist...". if i must modify pg_hba.conf,
> how can i do?
> thanx
> fab
> fabrizio(at)eleveners(dot)com
>
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
From | Date | Subject | |
---|---|---|---|
Next Message | Phil Dobbin | 2002-07-15 12:49:40 | Re: OSX Install Instructions |
Previous Message | Tom Lane | 2002-07-15 12:47:32 | Re: 7.2.1 optimises very badly against 7.2 |