Changes between Version 15 and Version 16 of FDORfc16
- Timestamp:
- 03/22/08 10:47:11 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc16
v15 v16 72 72 || type || VARCHAR || geometry class name (eg. "POINT") || 73 73 74 The above definition is related to the SFSQL specification from OGC and closely matches the PostGIS definition (with the addition of the f_geometry_format field). The suggested definition is: 75 76 {{{ 77 CREATE TABLE geometry_columns ( 78 f_table_catalog VARCHAR, 79 f_table_schema VARCHAR, 80 f_table_name VARCHAR, 81 f_geometry_column VARCHAR, 82 f_geometry_format VARCHAR, 83 type VARCHAR, 84 coord_dimension INTEGER, 85 srid INTEGER ) 86 }}} 87 74 88 == Implications == 75 89