Skip to content

Commit

Permalink
Added postgres jdbc drivers to the installer specific to the newer ve…
Browse files Browse the repository at this point in the history
…rsions of PostgresQL.

(ref. #3672)
  • Loading branch information
landreev committed Oct 19, 2017
1 parent 6b53fa1 commit 277190b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions scripts/installer/install
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,14 @@ my $API_URL = "http://localhost:8080/api";
# doesn't get paranoid)

my %POSTGRES_DRIVERS = (
# "8_4", "postgresql-8.3-603.jdbc4.jar",
"8_4", "postgresql-8.4-703.jdbc4.jar",
"9_0", "postgresql-9.0-802.jdbc4.jar",
"9_1", "postgresql-9.1-902.jdbc4.jar",
"9_2", "postgresql-9.1-902.jdbc4.jar",
"9_3", "postgresql-9.1-902.jdbc4.jar",
"9_4", "postgresql-9.1-902.jdbc4.jar",
"9_5", "postgresql-9.1-902.jdbc4.jar",
"9_6", "postgresql-9.1-902.jdbc4.jar"
"9_2", "postgresql-9.2-1004.jdbc4.jar",
"9_3", "postgresql-9.3-1104.jdbc4.jar",
"9_4", "postgresql-9.4.1212.jar",
"9_5", "postgresql-42.1.4.jar",
"9_6", "postgresql-42.1.4.jar"
);

# A few preliminary checks:
Expand Down
Binary file added scripts/installer/pgdriver/postgresql-42.1.4.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 277190b

Please sign in to comment.