I want to install PostgreSQL 9.5. But the available version is 9.6.
I only need 9.5 to build wal2json
against it and test it (requirement because of AWS version).
I want to install PostgreSQL 9.5. But the available version is 9.6.
I only need 9.5 to build wal2json
against it and test it (requirement because of AWS version).
The last supported release that includes postgresql-9.5 in its default repositories is Ubuntu 16.04. Manually download the following two files from the official Ubuntu website:
The two .deb files have been updated to postgresql-client-9.5_9.5.14-0ubuntu0.16.04_amd64.deb and postgresql-9.5_9.5.14-0ubuntu0.16.04_amd64.deb.
Change directories using
cd
to the directory containing the two .deb files that you downloaded. Run the following commands:Current versions of postgresql-all: