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

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