Skip to content

Commit 8f9fa9a

Browse files
committed
Remove specific postgres version in text
1 parent d89e7a3 commit 8f9fa9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/java-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ The `heroku pg` command provides more in-depth information on your app's Heroku
490490
:::>> $ heroku pg
491491
```
492492

493-
This indicates that the app has a `Hobby-dev` database (the free plan), running Postgres 9.3.3, currently with zero rows of data.
493+
This indicates that the app has a `Hobby-dev` database (the free plan), running Postgres, currently with zero rows of data.
494494

495495
The example app you deployed already has database functionality, which you can reach by visiting your app's `/db` path. For example, if your app's root URL is `https://wonderful-app-287.herokuapp.com/` then visit `https://wonderful-app-287.herokuapp.com/db`.
496496

0 commit comments

Comments
 (0)