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

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