wubloader/postgres
Mike Lang 9e6e20cee2 schema: Create a type for image areas
This creates a new postgres "domain" which is a subtype of some other type
(in this case, of INTEGER[]) with some constraints applied.
We use this to create a type which is explicitly an array of length 4.

This saves us from needing to repeat this constraint everywhere (which already led to one copy-paste error)
and is arguably clearer in intent.
..
Dockerfile Updated Postgres version
buscribe.sql buscribe: Do database schema and user setup
schema.sql schema: Create a type for image areas
setup.sh Fixes to make postgres 17 work
standby_setup.sh postgres: Changes to work with version 12