diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,8 +26,8 @@ This table lists the tested version of OS/PostgreSQL couples. | |||
26 | 26 | ||
27 | | Distribution / PostgreSQL | 9.1 | 9.4 | 9.5 | 9.6 | 10 | 11 | | 27 | | Distribution / PostgreSQL | 9.1 | 9.4 | 9.5 | 9.6 | 10 | 11 | |
28 | | ------------------------- |:---:|:---:|:---:|:---:|:---:|:---:| | 28 | | ------------------------- |:---:|:---:|:---:|:---:|:---:|:---:| |
29 | | Debian 8.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :grey_question:| | 29 | | Debian 8.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| |
30 | | Debian 9.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :grey_question:| | 30 | | Debian 9.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| |
31 | 31 | ||
32 | - :white_check_mark: - tested, works fine | 32 | - :white_check_mark: - tested, works fine |
33 | - :grey_question: - will work in the future (help out if you can) | 33 | - :grey_question: - will work in the future (help out if you can) |
@@ -43,7 +43,7 @@ postgres_listen_addresses: [ '127.0.0.1' ] # Optional | |||
43 | postgres_log_dir: '/home/postgres-logs' # Optional | 43 | postgres_log_dir: '/home/postgres-logs' # Optional |
44 | postgres_data_dir: '/home/postgres' # Optional | 44 | postgres_data_dir: '/home/postgres' # Optional |
45 | postgres_clusters: # Mandatory | 45 | postgres_clusters: # Mandatory |
46 | - version: 10 # Mandatory | 46 | - version: 11 # Mandatory |
47 | name: 'main' # Mandatory | 47 | name: 'main' # Mandatory |
48 | port: 5432 # Mandatory | 48 | port: 5432 # Mandatory |
49 | checksums: True # Optional | 49 | checksums: True # Optional |