diff options
-rw-r--r-- | profiles/desc/postgres_targets.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc index 284f4bc00929..464cb04702d5 100644 --- a/profiles/desc/postgres_targets.desc +++ b/profiles/desc/postgres_targets.desc @@ -3,10 +3,10 @@ # This file contains descriptions of POSTGRES_TARGETS USE_EXPAND flags. -postgres9_2 - Build against PostgreSQL 9.2 postgres9_3 - Build against PostgreSQL 9.3 postgres9_4 - Build against PostgreSQL 9.4 postgres9_5 - Build against PostgreSQL 9.5 postgres9_6 - Build against PostgreSQL 9.6 postgres10 - Build against PostgreSQL 10 postgres11 - Build against PostgreSQL 11 +postgres12 - Build against PostgreSQL 12 |