Opened 12 years ago

Last modified 7 years ago

#1689 new task

Missing documentation for ST_FindExtent

Reported by: Mike Taves Owned by: robe
Priority: medium Milestone: PostGIS Fund Me
Component: documentation Version: master
Keywords: Cc:

Description

The following functions are in postgis.sql.in.c, but not documented:

ST_Find_Extent(text schema, text table, text column)

ST_Find_Extent(text table, text column)

Change History (9)

comment:1 by Mike Taves, 12 years ago

Component: postgisdocumentation
Owner: changed from pramsey to robe
Type: defecttask

Also, the functions in the SQL don't use quote_ident()

comment:2 by strk, 12 years ago

Might be a good chance to rename, or at least deprecate and provide an ST_FindExtent that would be the only documented one ?

The inconsistency between CamelCase and dash_based isn't nice at all

comment:3 by pramsey, 12 years ago

Agreed. We also have extensive use of ST_Force_2D in the wild, and ST_Estimated_Extent. Would love to camel them and undocument the under_score_variants.

comment:4 by robe, 12 years ago

Milestone: PostGIS 2.0.1PostGIS 2.1.0

I'm going to wait off on this. Why document something we may pull out and replace with a different name thus encouraging people to use an obsolete function this didn't know about. Since we can't rename in a micro, this has to go to 2.1

comment:5 by robe, 11 years ago

Owner: changed from robe to strk

strk I don't even know what these are for and didn't we change the name. I'm switching to you. Push if you don't want to deal with documenting.

comment:6 by robe, 11 years ago

Summary: Missing documentation for ST_Find_ExtentMissing documentation for ST_FindExtent

comment:7 by robe, 11 years ago

Milestone: PostGIS 2.1.0PostGIS 2.2.0

comment:8 by strk, 9 years ago

Milestone: PostGIS 2.2.0PostGIS Future
Owner: changed from strk to robe

I dont' want to deal with documentation so pushed, and reassigned to the docs manager :) BTW, the function is just a wrapper around ST_Extent, no idea why would anyone use it, sounds like a companion for ST_FindSRID.

comment:9 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.