Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: clarify that Postgres v11 or higher is required
See golang/go#43154, where an older version was missing a function we
use.

Change-Id: I268b5ded629bf10504bb2418843978f21c15f483
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/278292
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
  • Loading branch information
jba committed Dec 15, 2020
1 parent 2b3da7d commit 865d6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/postgres.md
Expand Up @@ -8,8 +8,8 @@ For additional information on our architecture, see the

## Local development database

1. Install PostgreSQL on your machine for local development.
It should use the default Postgres port of 5432.
1. Install PostgreSQL (version 11 or higher) on your machine for local
development. It should use the default Postgres port of 5432.

If you use a Mac, the easiest way to do that is through installing
https://postgresapp.com.
Expand Down

0 comments on commit 865d6fd

Please sign in to comment.