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