andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
5 stars 2 forks source link

PostgreSQL erroneously fills in host in Datasource Manager #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using the socket connection for PostgreSQL, the Datasource Manager
fills in the host as being localhost, thereby making the socket connection
unavailable for querying. Removing cf/backends/postgres.py:84-85 fixes this.

Original issue reported on code.google.com by ivazquez...@gmail.com on 12 Mar 2009 at 12:55

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 12 Mar 2009 at 1:49

GoogleCodeExporter commented 9 years ago
Thanks for reporting and for pointing at the right place! ;-)

Committed r566.

Original comment by albrecht.andi on 12 Mar 2009 at 10:37