Re: [GENERAL] problem connecting from another host

2001-06-13 Thread Tom Lane
Frank Miles <[EMAIL PROTECTED]> writes: > The thought suddenly has occurred to me -- the client system that I'm > using *isn't* missing postgresql. It's got an old version on it! > *Really* old -- perhaps predating 6.5.x. Oooppss. Client libraries, huh? > Sounds like it's time to clean that out

Re: [GENERAL] problem connecting from another host

2001-06-13 Thread Frank Miles
On Thu, 14 Jun 2001, Tom Lane wrote: > Frank Miles <[EMAIL PROTECTED]> writes: > > The only thing I can imagine might be the problem is that client system > > doesn't have postgres loaded. > > You don't need the server loaded, only the client libraries. If you > are getting as far as to contact

Re: [GENERAL] problem connecting from another host

2001-06-13 Thread Tom Lane
Frank Miles <[EMAIL PROTECTED]> writes: > The only thing I can imagine might be the problem is that client system > doesn't have postgres loaded. You don't need the server loaded, only the client libraries. If you are getting as far as to contact the server, then AFAIK your client libraries are

Re: [GENERAL] problem connecting from another host

2001-06-13 Thread Frank Miles
On Wed, 13 Jun 2001, Tom Lane wrote: > Frank Miles <[EMAIL PROTECTED]> writes: > > The error log shows: > > > No pg_hba.conf entry for host abc.de.fg.hij, user fpm, database fpm > > > while in the pg_hba.conf I have an entry: > > > hostfpm abc.de.fg.hij 255.255.255.255

Re: [GENERAL] problem connecting from another host

2001-06-13 Thread Tom Lane
Frank Miles <[EMAIL PROTECTED]> writes: > The error log shows: > No pg_hba.conf entry for host abc.de.fg.hij, user fpm, database fpm > while in the pg_hba.conf I have an entry: > hostfpm abc.de.fg.hij 255.255.255.255 trust > (Initially it wasn't "trust", b