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

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