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

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