You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 weeks ago
..
Dockerfile Updated Postgres version 2 weeks ago
buscribe.sql buscribe: Do database schema and user setup 5 months ago
schema.sql schema: Create a type for image areas 2 weeks ago
setup.sh Fixes to make postgres 17 work 2 weeks ago
standby_setup.sh postgres: Changes to work with version 12 4 years ago