3
Json datatype में json एलिमेंट को अपडेट करें
मैं यह नहीं जान सकता कि मैं PostgreSQL 9.3 डेटाटाइप में एक तत्व को कैसे अपडेट कर सकता हूं। मेरा उदाहरण: 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, …