Hi Régis, On Wed, 20. Aug 2014 at 08:57:09 -0700, Régis Haubourg wrote: > I'm struggling to have connection using service work here on windows. > I tried putting a pg_service.conf file in AppData/postgres dir, or on a > location defined by environnement variable with no success.
procmon is your friend. The file is called .pg_service.conf - and apparently libpq expects it to be in unix format (ie. only LF as line ending and not CRLF) Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden http://www.norbit.de QGIS release manager (PSC) Germany IRC: jef on FreeNode -- norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH Rheinstrasse 13, 26506 Norden GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502 _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
