Opened 10 years ago

Closed 6 years ago

#2971 closed defect (fixed)

Wrong return type documented for ST_PixelAsPoints, ST_PixelAsPolygons, and ST_PixelAsCentroids

Reported by: Mike Taves Owned by: komzpa
Priority: medium Milestone: PostGIS 2.5.0
Component: documentation Version: 2.1.x
Keywords: Cc:

Description

Documentation for ST_PixelAsPoints, ST_PixelAsPolygons, and ST_PixelAsCentroids show a return type geometry, however the DDL for the functions has SETOF record.

It would also be helpful to document the returned record composite type, by listing the field names and their data types.

Change History (9)

comment:1 by pramsey, 9 years ago

Milestone: PostGIS 2.1.5PostGIS 2.1.6

comment:2 by pramsey, 9 years ago

Milestone: PostGIS 2.1.6PostGIS 2.1.7

comment:3 by robe, 9 years ago

Milestone: PostGIS 2.1.7PostGIS 2.1.8

comment:4 by robe, 9 years ago

Milestone: PostGIS 2.1.8PostGIS 2.2.0

comment:5 by robe, 9 years ago

Milestone: PostGIS 2.2.0PostGIS 2.1.9

comment:6 by pramsey, 7 years ago

Milestone: PostGIS 2.1.9PostGIS 2.2.6

comment:7 by robe, 7 years ago

Milestone: PostGIS 2.2.6PostGIS 2.5.0

comment:8 by komzpa, 6 years ago

Owner: changed from robe to komzpa
Status: newassigned

comment:9 by komzpa, 6 years ago

Resolution: fixed
Status: assignedclosed

In 16653:

Fix return type doc for ST_PixelAsPoints, ST_PixelAsPolygons, and ST_PixelAsCentroids

Closes #2971

Note: See TracTickets for help on using tickets.