3
Actualizar un elemento json en json datatype
No puedo entender cómo puedo actualizar un elemento en un tipo de datos PostgreSQL 9.3. Mi ejemplo: CREATE TABLE "user" ( id uuid NOT NULL, password character varying(255), profiles json, gender integer NOT NULL DEFAULT 0, created timestamp with time zone, connected timestamp with time zone, modified timestamp with time …