3
Atualizar um elemento json no tipo de dados json
Não consigo descobrir como atualizar um elemento em um tipo de dados PostgreSQL 9.3. Meu exemplo: 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 zone, …