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

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