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