Re: pgaccess problem....

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: "Alejandro Vargas M(dot)" <avargas(at)sgocostarica(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: pgaccess problem....
Date: 2003-08-27 12:38:53
Message-ID: 20030827123853.GC25066@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Tue, Aug 26, 2003 at 16:35:31 -0400,
"Alejandro Vargas M." <avargas(at)sgocostarica(dot)com> wrote:
> I have problems with pgaccess.
>
> I configured the postgresql.conf with tcpip_socket = true and port =
> 5432.
>
> After that I configured pg_hba.conf
>
> host all all 127.0.0.1 255.255.255.255 trust
>
> I restart the postgresql service and started perfect.
>
> I open the connection, then It opens very well at localhost, opens the
> database, but, when I try to see the tables, it's like their not exists.
> I don't know, what's wrong. I can see them at psql, but in pgaccess, I
> can't.

Are you running pgaccess from the local host?
Are you connecting to the loopback address (127.0.0.1) and not an external IP?

psql probably is conecting using domain sockets instead of using a network
connection, which could explain why it works and pgaccess doesn't.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Paul Muramira 2003-08-30 01:29:12 pgaccess
Previous Message Christian Valverde 2003-08-26 20:45:24 making my own libraries