postgres Searching through json datatype in postgres I came across a very peculiar problem the other day. I had a Postgres database and one of the tables had an attribute object_changes which was yaml. Now, the data stored in
postgres How To: Migrate from yaml to json datatype in postgres Recently, I came across a feature request which required me to query on a field in versions table provided by papertrail gem in ruby. You can read more about it here.It was