Skip to content

Commit 22d8aa4

Browse files
authored
Merge pull request #217 from elemoine/doc
Improve doc for PC_FilterBetween
2 parents 92a861c + 73f32d5 commit 22d8aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Now that you have created two tables, you'll see entries for them in the `pointc
415415
416416
**PC_FilterBetween(p pcpatch, dimname text, float8 value1, float8 value2)** returns **pcpatch**
417417

418-
> Returns a patch with only points whose values are between the supplied values
418+
> Returns a patch with only points whose values are between (excluding) the supplied values
419419
> for the requested dimension.
420420
421421
**PC_FilterEquals(p pcpatch, dimname text, float8 value)** returns **pcpatch**

0 commit comments

Comments
 (0)