7 ms·
It's a nice tool, I use it daily. Right now my only gripe is that it doesn't format (PostgreSQL) JSON columns in any way, so if you're storing a lot of JSON dat
by sluukkonen 10y ago
It's a nice tool, I use it daily. Right now my only gripe is that it doesn't format (PostgreSQL) JSON columns in any way, so if you're storing a lot of JSON data, it can be difficult to view.
- crorella 10y agoYou mean in the resultset? If so, you can use jsob_pretty() (assuming you are using version 9.5+)