This is an automated email from the ASF dual-hosted git repository.

jgemignani pushed a commit to branch PG12
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/PG12 by this push:
     new 36b3d88e Update README to set correct PG versions (#1155)
36b3d88e is described below

commit 36b3d88e6ad795ff2829ecead80e8edc0ae43639
Author: Rafsun Masud <[email protected]>
AuthorDate: Wed Aug 16 10:31:09 2023 -0700

    Update README to set correct PG versions (#1155)
    
    Update README to set correct PG versions
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index de3a898a..e5f91445 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ Apache AGE is intended to be simple to install and run. It 
can be installed with
 &nbsp;Install PostgreSQL
 </h4>
 
-You will need to install an AGE compatible version of Postgres<a>, for now AGE 
supports Postgres 11, 12 & 13. Supporting the latest versions is on AGE 
roadmap. 
+You will need to install an AGE compatible version of Postgres<a>, for now AGE 
supports Postgres 11, 12, 13, 14 & 15. Supporting the latest versions is on AGE 
roadmap.
      
 <h4>
 &nbsp;Installation via Package Manager
@@ -149,7 +149,7 @@ sudo apt install postgresql
 &nbsp;Installation From Source Code
 </h4>
 
-You can <a href="https://www.postgresql.org/ftp/source/";> download the 
Postgres </a> source code and install your own instance of Postgres. You can 
read instructions on how to install from source code for different versions on 
the <a href="https://www.postgresql.org/docs/11/installation.html";>official 
Postgres Website.</a>
+You can <a href="https://www.postgresql.org/ftp/source/";> download the 
Postgres </a> source code and install your own instance of Postgres. You can 
read instructions on how to install from source code for different versions on 
the <a href="https://www.postgresql.org/docs/12/installation.html";>official 
Postgres Website.</a>
 
 
 
@@ -158,7 +158,7 @@ You can <a href="https://www.postgresql.org/ftp/source/";> 
download the Postgres
 
 Clone the <a href="https://github.com/apache/age";>github repository</a> or 
download the <a href="https://github.com/apache/age/releases";>download an 
official release.
 </a>
-Run the pg_config utility and check the version of PostgreSQL. Currently, only 
PostgreSQL versions 11, 12, & 13 are supported. If you have any other version 
of Postgres, you will need to install PostgreSQL version 11, 12, or 13.
+Run the pg_config utility and check the version of PostgreSQL. Currently, only 
PostgreSQL versions 11, 12, 13, 14 & 15 are supported. If you have any other 
version of Postgres, you will need to install PostgreSQL version 11, 12, 13, 
14, or 15.
 <br>
     
 ```bash

Reply via email to