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

Namepublic.each(hs hstore)
Comment
Src
CREATE FUNCTION public.each(hs hstore) 
 RETURNS SETOF record AS 
$BODY$hstore_each$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;