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

Namepublic.hstore(text, text)
Comment
Src
CREATE FUNCTION public.hstore(text, text) 
 RETURNS hstore AS 
$BODY$hstore_from_text$BODY$
 LANGUAGE 'c' IMMUTABLE;