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

Namepublic.hstore_to_array(hstore)
Comment
Src
CREATE FUNCTION public.hstore_to_array(hstore) 
 RETURNS text[] AS 
$BODY$hstore_to_array$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;