Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PostgreSQL 9.4 にアップグレードした後、すべての JSON 列を JSONB 列に変換するにはどうすればよいですか?
重複したキーと空白を失うことは気にしません。
ALTER TABLE t ALTER COLUMN j TYPE jsonb USING j::text::jsonb;