mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Merge pull request #217 from elemoine/doc
Improve doc for PC_FilterBetween
This commit is contained in:
commit
22d8aa4959
@ -415,7 +415,7 @@ Now that you have created two tables, you'll see entries for them in the `pointc
|
||||
|
||||
**PC_FilterBetween(p pcpatch, dimname text, float8 value1, float8 value2)** returns **pcpatch**
|
||||
|
||||
> Returns a patch with only points whose values are between the supplied values
|
||||
> Returns a patch with only points whose values are between (excluding) the supplied values
|
||||
> for the requested dimension.
|
||||
|
||||
**PC_FilterEquals(p pcpatch, dimname text, float8 value)** returns **pcpatch**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user