public.isexists(hstore, text) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

Namepublic.isexists(hstore, text)
Comment
Src
CREATE FUNCTION public.isexists(hstore, text) 
 RETURNS boolean AS 
$BODY$hstore_exists$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;