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

[GENERAL] problem connecting from another host

2001-06-13 Thread Frank Miles
Running 7.1.2 on Debian Linux/potato (Intel): I'm trying to connect to the Postgresql database on machine P from machine A. I can, of course, use the 'fpm' database just fine from machine P. TCPIP has been turned on, along with debugging. The error log shows: No pg_hba.conf entry for h