diff --git a/scripts/pg-extender/install.sql b/scripts/pg-extender/install.sql index 7a6a673..c355477 100644 --- a/scripts/pg-extender/install.sql +++ b/scripts/pg-extender/install.sql @@ -1,19 +1,19 @@ -\i overlap.sql; -\i in_view.sql; +\i ahead.sql; +\i angleBetween.sql; +\i angleExcluding.sql; +\i convertCamera.sql; \i distance.sql; -\i sameRegion.sql; \i facingRelative.sql; -\i ahead.sql; +\i geoContained.sql; \i geoContainedMargin.sql; +\i headingAtTimestamp.sql; +\i in_view.sql; \i minDistance.sql; +\i objectBBox.sql; \i operators.sql; +\i overlap.sql; +\i roadCoords.sql; \i roadDirection.sql; -\i angleBetween.sql; -\i headingAtTimestamp.sql; -\i objectBBox.sql; -\i viewAngle.sql; -\i geoContained.sql; \i roadSegment.sql; -\i angleExcluding.sql; -\i roadCoords.sql; -\i convertCamera.sql; \ No newline at end of file +\i sameRegion.sql; +\i viewAngle.sql; \ No newline at end of file