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

Namepublic.hstore(record)
Comment
Src
CREATE FUNCTION public.hstore(record) 
 RETURNS hstore AS 
$BODY$hstore_from_record$BODY$
 LANGUAGE 'c' IMMUTABLE;