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

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