Merge pull request #217 from elemoine/doc

Improve doc for PC_FilterBetween
This commit is contained in:
Éric Lemoine 2018-06-14 08:14:05 +02:00 committed by GitHub
commit 22d8aa4959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**