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

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