Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b7cf08

Browse files
committed
Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry
datatype project. Per request from Ale Raza (araza at esri.com).
1 parentade493e commit5b7cf08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/include/catalog/pg_statistic.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
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/0819:13:52 tgl Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -184,7 +184,9 @@ typedef FormData_pg_statistic *Form_pg_statistic;
184184
*(values in this range will be documented in this file)
185185
*100-199:reserved for assignment by the PostGIS project
186186
*(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
188190
*
189191
* For private use you may choose a "kind" code at random in the range
190192
* 10000-30000. However, for code that is to be widely disseminated it is

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp