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

Function: ltree_consistent

 

 

Schema

public

 

Owner

postgres

 

Descriptions

There is no description for function ltree_consistent

 

Options

Option

Value

Returns

boolean

Language

c

Parameters

pg_catalog.internal

pg_catalog.internal

smallint

oid

pg_catalog.internal

 

Definition

CREATE OR REPLACE FUNCTION public.ltree_consistent (
 pg_catalog.internal,
 pg_catalog.internal,
 smallint,
 oid,
 pg_catalog.internal
)
RETURNS boolean AS
'$libdir/ltree', 'ltree_consistent'
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 07/12/2018 13:23
Previous topic Chapter index Next topic