From: Dave S. <Dst...@em...> - 2002-06-14 16:37:54
|
Well that's a little nugget of knowledge I was missing! I thought the file belonged on my end... I updated the file on my server in /usr/local/pgsql/var under RedHat installation, and have definitely gotten further. Will play with Python a little more today and see if I can get things going. Thanks for all your help! Dave Strickler CEO DWS - "The GroupWise Integration Experts" Boston * Austin * Belgium * Denmark http://www.emailsolutions.com (800) 999-5412 x10 ------------------------------------ Want to get rid of SPAM, Viruses, and unwanted content? MailWise Filter - "The E-Mail Firewall (tm) for Your Company" See http://www.emailsolutions.com/MailWise >>> Michael Watkins <wa...@tr...> 06/13/02 07:04PM >>> At 04:29 PM 6/13/2002 -0400, Dave Strickler wrote: > > I tried to to this, and the "from" command worked, and I got a lot > > further. But, as you can see from below, it wasn't 100% sucsessful. Any > > clues as to what is going wrong? I made a pg_hba.conf in the PgSQL > > directory, and added in my 10.0.0.120 address (that's my workstation), > > but it didn't help. You are getting close but not quite... Note!! pg_hba.conf does not go in the PgSQL directory... but in your PostgreSQL server's **data** directory... something like /usr/local/pgsql/data if you have not moved it. Try at the command line locate pg_hba.conf which should show you the path to some sample and the actual conf file. In that file have: host all 10.0.0.120 255.255.255.0 trust ... for now, just to be sure authentication isn't an issue. |