I was looking to use array_position so that I could query based on a list of keys and return the first/last match in that list, but it seems like all the stuff in https://www.postgresql.org/docs/current/functions-array.html would be useful to define in the PostgreSQL module.
I was looking to use
array_position
so that I could query based on a list of keys and return the first/last match in that list, but it seems like all the stuff in https://www.postgresql.org/docs/current/functions-array.html would be useful to define in the PostgreSQL module.