Changes between Version 7 and Version 8 of DevWikiPostGISCoding
- Timestamp:
- 12/09/10 13:44:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiPostGISCoding
v7 v8 93 93 {{{ 94 94 #!c 95 PG_FUNCTION_INFO_V1( LWGEOM_shortestline2d);96 Datum LWGEOM_shortestline2d(PG_FUNCTION_ARGS)95 PG_FUNCTION_INFO_V1(shortestline2d); 96 Datum shortestline2d(PG_FUNCTION_ARGS) 97 97 { 98 98 PG_LWGEOM *result;