Title: How to use the pgAdmin II Migration Wizard
I am migrating my database from MS Access 2000 to Postgresql using the pgAdmin II Migration Wizard.
The MS Access is under user level protection, I put the administrating user's name and the password but when I try to conclude the migration I
Hi,
I have been having this odd problem for a while of sometimes being able to
connect to the database server and at other times, pgAdmin II simply refuses
to connect with error message "could not connect to server. Could not
connect to remote socket".
I know the primary reason for this is pos
I found the solution :
In fact, I was connected on windows on Administrator. When I searched
the file pg_hba.conf, I didn't find the real one because I couldn't
access to the data directory !
It's so easy when you log as postgres !!!
Thanks for all.
Stéphane.
-Original Message-
From: Da
Here it is :
# TYPE DATABASEUSERIP-ADDRESSIP-MASK
METHOD
local all all
reject
hostall all 127.0.0.1 255.255.255.255
reject
hostall all a.b.c.d 255.255.255.255
reject
a.b.c.d is the ip adress of my computer.
Hi Stéphane,
That certainly should reject everything, in fact I've never seen a case were it
wouldn't.
As this is obviously a PostgreSQL problem and not pgAdmin, I would suggest posting to
one of the PostgreSQL lists such as [EMAIL PROTECTED]
Sorry I cannot help more.
Regards, Dave.
> -O
Hi Stéphane,
Can you send a copy of your pg_hba.conf file please?
Regards, Dave.
> -Original Message-
> From: Stéphane Coville [mailto:[EMAIL PROTECTED]
> Sent: 02 April 2003 08:57
> To: Dave Page
> Cc: [EMAIL PROTECTED]
> Subject: RE : [pgadmin-support]
>
>
>
> //It's rumoured that