[postgis-devel] [PostGIS] #748: shp2pgsql use wrong schema name

PostGIS trac at osgeo.org
Mon Jan 3 09:31:57 PST 2011


#748: shp2pgsql use wrong schema name
-----------------------+----------------------------------------------------
 Reporter:  aperi2007  |       Owner:  pramsey      
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  PostGIS 2.0.0
Component:  postgis    |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by robe):

 Yes that works.

 For what it's worth, my LDFLAGS had a -intl (it wasn't blank like what you
 have).  keeping that in like below also seems to work okay


 {{{
  GETTEXT_CFLAGS =
  GETTEXT_LDFLAGS = -lintl
  #nls_build = no
  #ifdef nls_build
  #       localedir = $(shell $(PG_CONFIG) --localedir)
  #       CFLAGS += -DUSE_NLS
  #       CFLAGS += -DLOCALEDIR=\"$(localedir)\"
  #       LANGUAGES = fr
  #endif
 }}}

 Not to be discrinatory but hmm why do we have LANGUAGES french and no
 english or spanish or others?  What's so special about French? Aside from
 those French Canadians.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/748#comment:15>
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