1-- indexed operations.....
2
3-- spoint_data and scircle_data tables have to be created and indexed using
4
5\! testsuite/gen_point.pl 1 > results/gen_point_1.sql
6\i results/gen_point_1.sql
7
8-- and
9
10\! testsuite/gen_circle.pl 1 0.1 > results/gen_circle_1_0.1.sql
11\i results/gen_circle_1_0.1.sql
12
13--
14
15\! testsuite/gen_poly.pl 1 0.1 4 > results/gen_poly_1_0.1_4.sql
16\i results/gen_poly_1_0.1_4.sql
17