[postgis-devel] Correction to documentation for estimated_extent()
strk at refractions.net
strk at refractions.net
Mon Mar 21 04:08:23 PST 2005
I meant differences between postgresql verisons, not postgis.
Would be nice (but a big work) to report introduction version
for every function. The manual currently always refers to latest
release.
This is how I changed the estimated_extent() entry:
estimated_extent([schema], table, geocolumn)
Return the 'estimated' extent of the given spatial table. The estimated is taken from the geometry column's statistics. The current schema will be used if not specified.
For PostgreSQL>=8.0.0 statistics are gathered by VACUUM ANALYZE and resulting extent will be about 95% of the real one.
For PostgreSQL<8.0.0 statistics are gathered by update_geometry_stats() and resulting extent will be exact.
--strk;
On Mon, Mar 21, 2005 at 11:43:39AM -0000, Mark Cave-Ayland wrote:
>
> > -----Original Message-----
> > From: postgis-devel-bounces at postgis.refractions.net
> > [mailto:postgis-devel-bounces at postgis.refractions.net] On
> > Behalf Of strk at refractions.net
> > Sent: 21 March 2005 11:28
> > To: 'PostGIS Development Discussion'
> > Subject: Re: [postgis-devel] Correction to documentation for
> > estimated_extent()
>
> (cut)
>
> > Yes it does. I'll try to find a simple way to express all
> > differences between the two environments/methods.
> >
> > --strk;
>
>
> Hi strk,
>
> I've seen some projects include text along the lines of "First introduced:
> 1.0.0-rc1" for each API call. Would this be sufficient?
>
>
> Kind regards,
>
> Mark.
>
> ------------------------
> WebBased Ltd
> South West Technology Centre
> Tamar Science Park
> Plymouth
> PL6 8BT
>
> T: +44 (0)1752 791021
> F: +44 (0)1752 791023
> W: http://www.webbased.co.uk
>
>
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
More information about the postgis-devel
mailing list