Re: Configuration problem

From: Alexandre Ricciardi <alexandre(dot)ricciardi(at)free(dot)fr>
To: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Configuration problem
Date: 2004-10-13 10:10:23
Message-ID: 416CFF0F.5080900@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Alexandre Ricciardi wrote:

> Hi all,
>
> I have a problem to connect to my database localy from jdbc,
> in postgresql.conf i allow tcp/ip connection,
> in pg_hba.conf i have the following lines :
> local all trust
> host all all 127.0.0.1 255.255.255.255 trust
>
> i don't get where i am wrong in my configuration
>
> Thanks for help
>
> regards
>
> Alexandre
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>
>
in postgresql.conf i have "tcpip_socket = true",
but i must start pgsql with "/usr/bin/postmaster -p 5432 -i -D
/var/lib/pgsql/data",
the init.d script does not allow tcp/ip connections perhaps my script is
not good ???

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Keith Worthington 2004-10-13 14:03:18 connected users
Previous Message Alexandre Ricciardi 2004-10-13 07:28:28 Configuration problem