[postgis-tickets] [PostGIS] #3340: populate_geometry_columns does not work on foreign tables

PostGIS trac at osgeo.org
Mon Oct 19 22:10:34 PDT 2015


#3340: populate_geometry_columns does not work on foreign tables
----------------------+---------------------------
  Reporter:  robe     |      Owner:  robe
      Type:  defect   |     Status:  reopened
  Priority:  medium   |  Milestone:  PostGIS 2.2.1
 Component:  postgis  |    Version:  2.2.x
Resolution:           |   Keywords:  history
----------------------+---------------------------
Changes (by robe):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 It seems you can only add constraints in foreign tables in PostgreSQL 9.5+
 so I guess I have to make function be conditional based on if its hitting
 9.5 or lower.  I'm not sure you can change the ype either so I might need
 to just take that out.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3340#comment:6>
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