Did you set your pg_hba.conf and postgresql.conf...

These lines at least :

pg_hba.conf :

host    all         all         *127.0.0.1*/24          md5

postgresql.conf :

listen_addresses = '***' # Don't remember original value...

ssl =* true or false *



Richard


On Wed, Aug 17, 2011 at 6:40 AM, annet <annet.verm...@gmail.com> wrote:

> @David,
>
> > Do you have PostgreSQL python adapter installed? Is the adapter listed in
> > web2py startup log?
>
> Yes I have.
>
>
> @pbreit
>
> > It seems to me I tried specifying the port once and it didn't work.
> Should it?
>
> I did work in 8.4. I think for now I just re-install version 8.4, it
> may not be a web2py issue.
>
>
> Thanks for your replies.
> Annet.

Reply via email to