[postgis-tickets] [PostGIS] #5041: loader_generate_script generates script with invalid syntax

PostGIS trac at osgeo.org
Mon Jan 31 21:55:08 PST 2022


#5041: loader_generate_script generates script with invalid syntax
-----------------------------+---------------------------
  Reporter:  naoko           |      Owner:  robe
      Type:  defect          |     Status:  new
  Priority:  medium          |  Milestone:  PostGIS 3.1.5
 Component:  tiger geocoder  |    Version:  2.5.x
Resolution:                  |   Keywords:
-----------------------------+---------------------------

Comment (by robe):

 I think I might have fixed this already.

 Just tested with PostGIS 3.1 branch loading UT.

 And result


 {{{
 SELECT count(*) FROM tiger_data.ut_tabblock20;
 }}}

  count
 -------
  71207

 Although tract seems messed up:
 {{{
 SELECT count(*) FROM tiger_data.ut_tract;
 }}}

  count
 -------
      0

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5041#comment:2>
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-tickets mailing list