Skip to content

Gripe: make the JSON type into the JSONB type for improved performance and operator support.

Daniel Lyons requested to merge convert-json-to-jsonb into main

The JSONB type is somewhat more efficient and supports more operators and functions than the JSON type. Otherwise, it's basically a drop-in replacement. This addresses a gripe to convert to this type.

Merge request reports