2022-11-28
|~2 min read
|277 words
I wrote in the past about using constraints in the context of array operators in Postgres. Today, however, I didn’t have a pre-defined array…
2022-11-28
|~4 min read
|673 words
Yesterday, I wrote about the intersecting of Arrays in Postgres. Today, I wanted to go a step further and think about finding the maximum…
2022-11-28
|~2 min read
|322 words
Recently, I was building an API to modify the data in a database. The field I was modifying happened to be an array, and I wanted to make…