Opened 13 years ago
Last modified 7 years ago
#1689 new task
Missing documentation for ST_FindExtent
Reported by: | mwtoews | 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 , 13 years ago
Component: | postgis → documentation |
---|---|
Owner: | changed from | to
Type: | defect → task |
comment:2 by , 13 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 , 13 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 , 12 years ago
Milestone: | PostGIS 2.0.1 → PostGIS 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 , 12 years ago
Owner: | changed from | to
---|
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 , 12 years ago
Summary: | Missing documentation for ST_Find_Extent → Missing documentation for ST_FindExtent |
---|
comment:7 by , 11 years ago
Milestone: | PostGIS 2.1.0 → PostGIS 2.2.0 |
---|
comment:8 by , 10 years ago
Milestone: | PostGIS 2.2.0 → PostGIS Future |
---|---|
Owner: | changed from | to
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.
Also, the functions in the SQL don't use
quote_ident()