Skip to content

Commit

Permalink
PostGIS JDBC url sample version update (#3606)
Browse files Browse the repository at this point in the history
Latest Testcontainer versions are using new postgis/postgis images, which versioning is different (containing both PostgreSQL version - PostGIS version)
Sample is from older mdillion/postgis versions, with copy-paste sample fails.
  • Loading branch information
aulea authored Feb 6, 2021
1 parent fd7412f commit 73da361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/databases/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Insert `tc:` after `jdbc:` as follows. Note that the hostname, port and database

#### Using PostGIS

`jdbc:tc:postgis:9.6:///databasename`
`jdbc:tc:postgis:9.6-2.5:///databasename`

#### Using Presto

Expand Down

0 comments on commit 73da361

Please sign in to comment.