turicas / rows

A common, beautiful interface to tabular data, no matter the format
GNU Lesser General Public License v3.0
865 stars 136 forks source link

pgexport should dump JSON/JSONB fields using JSON representation (not Python's) #366

Open turicas opened 2 years ago

turicas commented 2 years ago

The data inside a JSONB field on PostgreSQL is exported as a textual representation of a Python dict, not as a JSON dump.