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

Namepublic.hstore_hash(hstore)
Comment
Src
CREATE FUNCTION public.hstore_hash(hstore) 
 RETURNS integer AS 
$BODY$hstore_hash$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;