Schema
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 |