Postgresql – Is it wasteful to use ARRAY_AGG to get the first non-NULL value in a column?
I use PostgreSQL 14 to manage a table which stores updates to a table of medics: users can update the first name, last name, and or/ the age of the medic. A field which was not touched by an update…