public.hstore_in(cstring) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

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