3 posts tagged with "array"

    postgres constraints and arrays

    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…

    array lengths in postgres

    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…

    array intersection in postgres

    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…

Return to all tags