Category Archives: Database

How to filter records in postgreys table with bytea field ?

Before telling about solution please avoid storing data in postgrey bytea field if you need a filter on stored data, instead store it in jsonb data type. Yes but we don’t have all time a luxury to change the data … Continue reading

Posted in Database, Postgreys | Leave a comment