Re: [GENERAL] Help with remote connection to remote Postgresql 8.3 Server...

2008-05-29 Thread hobbes
On May 29, 4:45 pm, [EMAIL PROTECTED] ("Dave Page") wrote: > On Wed, May 28, 2008 at 10:17 PM, hobbes <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > > I have been trying to get my local (windows) machine's PgAdmin II to > > connect directly to a remote Linux (Debian) Server where Postgresql > > 8.3 is

Re: [GENERAL] Help with remote connection to remote Postgresql 8.3 Server...

2008-05-29 Thread Dave Page
On Wed, May 28, 2008 at 10:17 PM, hobbes <[EMAIL PROTECTED]> wrote: > Hi Guys, > > I have been trying to get my local (windows) machine's PgAdmin II to > connect directly to a remote Linux (Debian) Server where Postgresql > 8.3 is installed. Is that a typo? pgAdmin II hasn't been supported in year

Re: [GENERAL] Help with remote connection to remote Postgresql 8.3 Server...

2008-05-28 Thread hobbes
On May 29, 5:17 am, hobbes <[EMAIL PROTECTED]> wrote: > Hi Guys, > > I have been trying to get my local (windows) machine's PgAdmin II to > connect directly to a remote Linux (Debian) Server where Postgresql > 8.3 is installed. > > I have set in my postgresql.conf (remote): > > listen_addresses = '

Re: [GENERAL] Help with remote connection to remote Postgresql 8.3 Server...

2008-05-28 Thread Tom Lane
hobbes <[EMAIL PROTECTED]> writes: > I have been trying to get my local (windows) machine's PgAdmin II to > connect directly to a remote Linux (Debian) Server where Postgresql > 8.3 is installed. What exactly happens when you try? A reasonable guess is that you need to poke a hole in your firewal

[GENERAL] Help with remote connection to remote Postgresql 8.3 Server...

2008-05-28 Thread hobbes
Hi Guys, I have been trying to get my local (windows) machine's PgAdmin II to connect directly to a remote Linux (Debian) Server where Postgresql 8.3 is installed. I have set in my postgresql.conf (remote): listen_addresses = '*' # what IP address(es) to listen on;