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

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