Changes between Version 7 and Version 8 of DevWikiPostGISCoding


Ignore:
Timestamp:
Dec 9, 2010, 1:44:20 PM (13 years ago)
Author:
pramsey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiPostGISCoding

    v7 v8  
    9393{{{
    9494#!c
    95 PG_FUNCTION_INFO_V1(LWGEOM_shortestline2d);
    96 Datum LWGEOM_shortestline2d(PG_FUNCTION_ARGS)
     95PG_FUNCTION_INFO_V1(shortestline2d);
     96Datum shortestline2d(PG_FUNCTION_ARGS)
    9797{
    9898       PG_LWGEOM *result;