johnf wrote:
On Wednesday 05 November 2008 05:59:19 am Dave Page wrote:
On Fri, Oct 31, 2008 at 2:12 PM, johnf <[EMAIL PROTECTED]> wrote:
openSUSE 10.3 pgAdmin 1.8.4
When adding new fields I am unable to type in the " Data type" control I
have to use the pull down and select from the
Hello,
I have installed PotgreSQL in a machine that is turning in win 2003 (lets say
IP 192.168.1.1) , i have installed thes service and all is turning good (jobs
are running)
Then i wanted to target a distant machine. I have installed the service in that
distant machine (lets say IP 192.168.1.
That may help you to diagnostic the problem:
I open the pgadmin in the distant machine 192.168.1.2, and tried to connect to
the database server
I got this error : Error connecting to the server: FATAL , no entry in
pg_hba.conf for host 192.168.1.2
Althoug i put in the pg_hba.conf
host all
I found the mistake
i put
host all all 0.0.0.1/0 trust
That would accept any connection
- Message d'origine
De : houssem jemel <[EMAIL PROTECTED]>
À : pgadmin-support@postgresql.org
Envoyé le : Jeudi, 4 Décembre 2008, 16h12mn 45s
Objet : Re : Problem in conne