mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Fix availability info for PC_Get(pcpatch)
This commit is contained in:
parent
9f3d96cea6
commit
007c7f86fd
@ -81,7 +81,7 @@ CREATE OR REPLACE FUNCTION PC_Get(pt pcpoint, dimname text)
|
||||
RETURNS numeric AS 'MODULE_PATHNAME', 'pcpoint_get_value'
|
||||
LANGUAGE 'c' IMMUTABLE STRICT;
|
||||
|
||||
-- Availability: 2.0
|
||||
-- Availability: 1.1.0
|
||||
CREATE OR REPLACE FUNCTION PC_Get(pt pcpoint)
|
||||
RETURNS float8[] AS 'MODULE_PATHNAME', 'pcpoint_get_values'
|
||||
LANGUAGE 'c' IMMUTABLE STRICT;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user