Show
Ignore:
Timestamp:
03/11/05 09:47:33 (7 years ago)
Author:
strk
Message:

Added test for translate()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/regress.sql

    r1392 r1530  
    227227select '134', distance('POINT(1 2)', 'POINT(1 2)'); 
    228228select '135', distance('POINT(5 0)', 'POINT(10 12)'); 
     229 
     230select '136', distance('POINT(0 0)', translate('POINT(0 0)', 5, 12, 0));