From: | "Frank L(dot) Parks" <fparks(at)ezbizpartner(dot)com> |
---|---|
To: | Postgresql Admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Missing Databases |
Date: | 2006-01-26 04:17:29 |
Message-ID: | 43D84D59.1020804@ezbizpartner.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Tom:
Tom Lane wrote:
>"Frank L. Parks" <fparks(at)ezbizpartner(dot)com> writes:
>
>
>>I can see each one in psql -U xxxxx dbname and I can do a \dt to display
>>the tables on the server. When I try to connect any other way
>>(webmin/pgadmin/application) it can't find any dbs. Can anyone please
>>point me in a direction to find the problem?
>>
>>
>
>You sure those "other ways" are connecting to the same postmaster?
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: don't forget to increase your free space map settings
>
>
>
>
>
Ok thanks - too many hours and not enough sleep. It was a "veesion"
problem as my old math teacher would say. It helps to comment out the
listen to address parameter - duh!
#listen_addresses = '*' # what IP address(es) to listen on;
Thanks for the prompt wake up call - all is right!
Frank
From | Date | Subject | |
---|---|---|---|
Next Message | Aniko.Badzong | 2006-01-26 08:52:33 | |
Previous Message | Tom Lane | 2006-01-26 03:56:54 | Re: Missing Databases |