uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
public.exist(hstore, text) | (Procedure) |
Name | public.exist(hstore, text) |
Comment | |
Src |
CREATE FUNCTION public.exist(hstore, text) RETURNS boolean AS $BODY$hstore_exists$BODY$ LANGUAGE 'c' IMMUTABLESTRICT ; |