doc: fix README&NEWS, pc_boundingdiagonal doesn't exists

This commit is contained in:
Ludovic Delauné 2017-05-31 10:42:29 +02:00
parent 1fc8d0fdcf
commit 77724fd78c
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -11,7 +11,7 @@
- PC_Sort(pcpatch,text[]) (#106)
- PC_IsSorted(pcpatch,text[],boolean) (#106)
- PC_Range(pcpatch, int, int) returns pcpatch (#152)
- PC_BoundingDiagonalAsBinary(pcpatch) and PC_BoundingDiagonal(pcpach) (#158)
- PC_BoundingDiagonalAsBinary(pcpatch) and PC_BoundingDiagonalGeometry(pcpach) (#158)
- PC_SetPCId(pcpatch, int, float8 default 0.0) (#163)
- PC_Transform(pcpatch, int, float8 default 0.0) (#165)
- Enhancements

View File

@ -597,7 +597,7 @@ The `pointcloud_postgis` extension adds functions that allow you to use PostgreS
>
> For example, this is how one may want to create an index:
>
> CREATE INDEX ON patches USING GIST(PC_BoundingDiagonal(patch) gist_geometry_ops_nd);
> CREATE INDEX ON patches USING GIST(PC_BoundingDiagonalGeometry(patch) gist_geometry_ops_nd);
## Compressions ##