pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Function: gbt_cash_distance

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for function gbt_cash_distance

 

Options

Option

Value

Returns

double precision

Language

c

Parameters

pg_catalog.internal

money

smallint

oid

 

Definition

CREATE OR REPLACE FUNCTION public.gbt_cash_distance (
 pg_catalog.internal,
 money,
 smallint,
 oid
)
RETURNS double precision AS
'$libdir/btree_gist', 'gbt_cash_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
Previous topic Chapter index Next topic