View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 01:28 AM
Johann Zuschlag
 
Posts: n/a
Default universal path

Hi Dave,

could you please change the path's in win32.mak and psqlodbc.wxs (and
other places)

from:
C:\Program Files\PostgreSQL\8.1\include

to:
%programfiles%\PostgreSQL\8.1\include

since not everybody is installing Windows on C:\ and the path \Program
Files\ is not always the same in different international installations.

regards
Johann


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote