[PostGIS] #5682: Bug in geometry_columns view

PostGIS trac at osgeo.org
Sat Dec 21 23:28:08 PST 2024


#5682: Bug in geometry_columns view
------------------------+----------------------------
  Reporter:  jonochang  |      Owner:  robe
      Type:  defect     |     Status:  new
  Priority:  medium     |  Milestone:  PostGIS 3.1.12
 Component:  postgis    |    Version:  3.4.x
Resolution:             |   Keywords:
------------------------+----------------------------
Comment (by robe):

 Okay I tested this against 3.4.4dev and 3.5.1dev and I can't replicate the
 issue, so I think this issue mighh be fixed already.

 Output in both cases is:


 {{{
  f_table_catalog | f_table_schema | f_table_name | f_geometry_column |
 coord_dimension | srid |   type
 -----------------+----------------+--------------+-------------------+-----------------+------+----------
  test_postgis    | public         | items        | location          |
 2 |    0 | GEOMETRY
 (1 row)
 }}}

 I'm guessing we fixed this when we had to redo geometry_columns because of
 the drop of a column, I forget which PostgreSQL version.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5682#comment:3>
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