Re: Where to find kind code for STATISTIC_KIND GEOMETRY?

From: "Martin Gainty" <mgainty(at)hotmail(dot)com>
To: <araza(at)esri(dot)com>, "postgresql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Where to find kind code for STATISTIC_KIND GEOMETRY?
Date: 2007-04-25 18:31:07
Message-ID: BAY133-DAV12932CD6568BBF6ABEAC85AE490@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

DEBUG_GEOMETRY_STATS is specific to POSTGIS Geographic Implementation System
package..Have you tried their discussion group at
postgis-subscribe(at)yahoogroups(dot)com

M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.

----- Original Message -----
From: <araza(at)esri(dot)com>
To: "postgresql-general" <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, April 25, 2007 2:02 PM
Subject: [GENERAL] Where to find kind code for STATISTIC_KIND GEOMETRY?

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

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2007-04-25 18:51:28 Re: Vacuum-full very slow
Previous Message Tom Lane 2007-04-25 18:26:30 Re: Where to find kind code for STATISTIC_KIND GEOMETRY?