Schema
public
Owner
albenard
Descriptions
There is no description for function gbt_int8_distance
Options
Option | Value |
---|---|
Returns |
double precision |
Language |
c |
Parameters |
pg_catalog.internal bigint smallint oid |
Definition
CREATE OR REPLACE FUNCTION public.gbt_int8_distance (
pg_catalog.internal,
bigint,
smallint,
oid
)
RETURNS double precision AS
'$libdir/btree_gist', 'gbt_int8_distance'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 1;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51 |