We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent09b1576 commitc42f82dCopy full SHA for c42f82d
src/test/regress/expected/geometry-i86-gnulibc.out
@@ -280,7 +280,7 @@ SELECT '' AS twenty, b.f1 / p.f1 AS rotation
280
-- Paths
281
--
282
SET geqo TO 'off';
283
-SELECT '' AS eight,points(f1) AS npoints, f1 AS path FROM PATH_TBL;
+SELECT '' AS eight,npoints(f1) AS npoints, f1 AS path FROM PATH_TBL;
284
eight | npoints | path
285
-------+---------+---------------------------
286
| 2 | [(1,2),(3,4)]
@@ -397,7 +397,7 @@ SELECT '' AS twentyfour, p.f1, poly.f1, p.f1 @ poly.f1 AS contained
397
| (10,10) | ((0,1),(0,1)) | f
398
(24 rows)
399
400
-SELECT '' AS four,points(f1) AS npoints, f1 AS polygon
+SELECT '' AS four,npoints(f1) AS npoints, f1 AS polygon
401
FROM POLYGON_TBL;
402
four | npoints | polygon
403
------+---------+---------------------