On Oct 13, 2020, at 14:44, Christoph Berg <myon@debian.org> wrote:
>> Now, if I wanted to test Postgres 14 (dev), what additional steps would I have to take? > > sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v 14 -i
This is back to the release pin priority issue. PG14 is only available in the testing release, and the testing release's pin priority does not permit use without explicit enabling, i.e., use of apt-get option `-t <release-codename>-pgdg-testing`.
Alternatively, skip the `apt-get` and simply use apt.postgresql.org.sh's `-i` option to install, if you can accept it overwriting any existing PostgreSQL configuration files, since it would achieve the same package set installation goal.