Remove mention of 9.6 utilities.

This commit is contained in:
Dave Page 2021-11-30 11:58:02 +00:00
parent 1438eb6364
commit b14285cdbf

View File

@ -17,7 +17,6 @@ maintenance functions to be executed. Multiple versions are included in the
following directories to allow use with different versions of the database following directories to allow use with different versions of the database
server: server:
* PostgreSQL 9.6: */usr/local/pgsql-9.6*
* PostgreSQL 10: */usr/local/pgsql-10* * PostgreSQL 10: */usr/local/pgsql-10*
* PostgreSQL 11: */usr/local/pgsql-11* * PostgreSQL 11: */usr/local/pgsql-11*
* PostgreSQL 12: */usr/local/pgsql-12* * PostgreSQL 12: */usr/local/pgsql-12*
@ -33,8 +32,7 @@ The default binary paths set in the container are as follows:
'pg-13': '/usr/local/pgsql-13', 'pg-13': '/usr/local/pgsql-13',
'pg-12': '/usr/local/pgsql-12', 'pg-12': '/usr/local/pgsql-12',
'pg-11': '/usr/local/pgsql-11', 'pg-11': '/usr/local/pgsql-11',
'pg-10': '/usr/local/pgsql-10', 'pg-10': '/usr/local/pgsql-10'
'pg-9.6': '/usr/local/pgsql-9.6'
} }
this may be changed in the :ref:`preferences`. this may be changed in the :ref:`preferences`.