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