| From: | araza(at)esri(dot)com |
|---|---|
| To: | "postgresql-general" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Where to find kind code for STATISTIC_KIND GEOMETRY? |
| Date: | 2007-04-25 18:02:39 |
| Message-ID: | 7CAD6D9B7D16BC4A88795771E4865082059D3F2B@pianowire.esri.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi All,
I am looking for the kind code for STATISTIC_KIND GEOMETRY to calculate
the selectivity/stats for geometry type (st_geometry).
According to PostgreSQL (pg_statistic.h)
* The present allocation of "kind" codes is:
*
* 1-99: reserved for assignment by the core PostgreSQL
project
* (values in this range will be documented in this
file)
* 100-199: reserved for assignment by the PostGIS project
* (values to be documented in PostGIS
documentation)
* 200-9999: reserved for future public assignments
*
* For private use you may choose a "kind" code at random in the range
* 10000-30000. However, for code that is to be widely disseminated it
is
* better to obtain a publicly defined "kind" code by request from the
* PostgreSQL Global Development Group.
*/
Wondering where I can find the "kind" codes for this new st_geometry
type?
Thanks.
Ale Raza
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-04-25 18:04:16 | Re: Stored Procedure Speed |
| Previous Message | Martijn van Oosterhout | 2007-04-25 17:38:46 | Re: Vacuum-full very slow |