I have JSON data stored as regular strings in my Postgres tables. When I select them in the psql
client, I want these strings to be pretty-printed so that I can see the data more easily.
Can I do this without running the output through an external program?