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