Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 May 2007 19:13:52 +0000 (19:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 May 2007 19:13:52 +0000 (19:13 +0000)
datatype project.  Per request from Ale Raza (araza at esri.com).

src/include/catalog/pg_statistic.h

index ca2fd18ae26ca3ca8a6cb0cc8bcb3105f6f54b07..60d6f81d116dcee3d208248ce99efe6386684dc8 100644 (file)
@@ -184,7 +184,9 @@ typedef FormData_pg_statistic *Form_pg_statistic;
  *                             (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
+ *     200-299:        reserved for assignment by the ESRI ST_Geometry project
+ *                             (values to be documented in ESRI ST_Geometry documentation)
+ *     300-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