mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
doc: fix README&NEWS, pc_boundingdiagonal doesn't exists
This commit is contained in:
parent
1fc8d0fdcf
commit
77724fd78c
2
NEWS
2
NEWS
@ -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
|
||||
|
||||
@ -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 ##
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user