Changes between Initial Version and Version 1 of Ticket #4305
- Timestamp:
- 01/21/19 22:36:31 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4305 – Description
initial v1 1 1 from IRC: 2 2 3 ``` 3 {{{ 4 4 [01:52] <reallymemorable> Komzzpa: the example on that page appears to deal with polygons 5 5 [01:52] <reallymemorable> I'm not clear on how to modify it for points 6 6 [01:54] <reallymemorable> I assume I need to use the `(PARTITION BY ______)` 7 7 [01:54] <reallymemorable> function 8 ``` 8 }}} 9 9