File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
9
9
* Portions Copyright (c) 1994, Regents of the University of California
10
10
*
11
- * $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.32 2007/01/05 22: 19:53 momjian Exp $
11
+ * $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.33 2007/05/08 19:13:52 tgl Exp $
12
12
*
13
13
* NOTES
14
14
* the genbki.sh script reads this file and generates .bki
@@ -184,7 +184,9 @@ typedef FormData_pg_statistic *Form_pg_statistic;
184
184
* (values in this range will be documented in this file)
185
185
* 100-199: reserved for assignment by the PostGIS project
186
186
* (values to be documented in PostGIS documentation)
187
- * 200-9999: reserved for future public assignments
187
+ * 200-299: reserved for assignment by the ESRI ST_Geometry project
188
+ * (values to be documented in ESRI ST_Geometry documentation)
189
+ * 300-9999: reserved for future public assignments
188
190
*
189
191
* For private use you may choose a "kind" code at random in the range
190
192
* 10000-30000. However, for code that is to be widely disseminated it is
You can’t perform that action at this time.
0 commit comments