File tree Expand file tree Collapse file tree 6 files changed +1224
-5
lines changed Expand file tree Collapse file tree 6 files changed +1224
-5
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ MODULE_big = pg_sphere
22OBJS = sscan.o sparse.o sbuffer.o vector3d.o point.o \
33 euler.o circle.o line.o ellipse.o polygon.o \
44 path.o box.o output.o gq_cache.o gist.o key.o \
5- crossmatch.o
5+ crossmatch.o gnomo.o
66
77EXTENSION = pg_sphere
88DATA_built = pg_sphere--1.0.sql
99DOCS = README.pg_sphere COPYRIGHT.pg_sphere
1010REGRESS = init tables points euler circle line ellipse poly path box index \
11- contains_ops contains_ops_compat bounding_box_gist
11+ contains_ops contains_ops_compat bounding_box_gist gnomo
1212
1313EXTRA_CLEAN = pg_sphere--1.0.sql $(PGS_SQL )
1414
@@ -18,7 +18,7 @@ CRUSH_TESTS = init_extended circle_extended
1818PGS_SQL = pgs_types.sql pgs_point.sql pgs_euler.sql pgs_circle.sql \
1919 pgs_line.sql pgs_ellipse.sql pgs_polygon.sql pgs_path.sql \
2020 pgs_box.sql pgs_contains_ops.sql pgs_contains_ops_compat.sql \
21- pgs_gist.sql pgs_crossmatch.sql \
21+ pgs_gist.sql pgs_crossmatch.sql gnomo.sql \
2222
2323ifdef USE_PGXS
2424 ifndef PG_CONFIG
Original file line number Diff line number Diff line change 1414 <para>
1515 The <function>area</function> function returns the area of a
1616 spherical object in square radians. Supported data types are:
17- <type>scircle</type>, <type>spolygon</type>, and
18- <type>sbox</type>.
17+ <type>scircle</type>, <type>spolygon</type> (if the polygon
18+ is convex), and <type>sbox</type>.
1919 </para>
2020 <example>
2121 <title>Area of a spherical circle as a multiple of &pgr;</title>
You can’t perform that action at this time.
0 commit comments