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

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