[postgis-devel] [PostGIS] #833: PostGIS 2.0 Testing on various desktops

PostGIS trac at osgeo.org
Sat Aug 18 17:23:34 PDT 2012


#833: PostGIS 2.0 Testing on various desktops
----------------------+-----------------------------------------------------
  Reporter:  robe     |       Owner:  robe         
      Type:  task     |      Status:  reopened     
  Priority:  medium   |   Milestone:  PostGIS 2.0.0
 Component:  postgis  |     Version:  trunk        
Resolution:           |    Keywords:               
----------------------+-----------------------------------------------------

Comment(by robe):

 Al,

 You can try installing the legacy.sql file packaged with PostGIS 2.0 that
 is in share/contrib/postgis-2.0 folder (where the other PostGIS scripts
 are).  That reinstalls all the legacy functions we took out and resolves
 many of these kinds of issues.

 If that still doesn't work, can you turn on logging on your database and
 let us know what errors you are seeing in the logs.

 to turn on logging do the following - replace mygisdb with the name of the
 database you are connecting to.

 {{{
 ALTER DATABASE mygisdb SET log_statement='all';
 }}}

 The logs are usually written to the pg_logs folder of your PostgreSQL data
 folder.
 Check the latest one -- usually notes the missing function or issue with
 call.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/833#comment:17>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list