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