Include support for PostgreSQL 17

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-10-13 23:09:15 -06:00
parent d7612836e6
commit fb97464444
9 changed files with 85 additions and 44 deletions
+2
View File
@@ -33,6 +33,8 @@ check_command "/usr/lib/postgresql/15/bin/psql --version" "PostgreSQL 15 psql"
check_command "/usr/lib/postgresql/15/bin/pg_dump --version" "PostgreSQL 15 pg_dump"
check_command "/usr/lib/postgresql/16/bin/psql --version" "PostgreSQL 16 psql"
check_command "/usr/lib/postgresql/16/bin/pg_dump --version" "PostgreSQL 16 pg_dump"
check_command "/usr/lib/postgresql/17/bin/psql --version" "PostgreSQL 17 psql"
check_command "/usr/lib/postgresql/17/bin/pg_dump --version" "PostgreSQL 17 pg_dump"
# Check software installed by downloading binaries
check_command "task --version" "task"