You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update CI, README and repo settings for PG17 (#2156)
- Currently, all workflows are targeting the `PG17_prepare` branch,
which will be changed to `PG17` once the branch is renamed.
- Updated all the github workflows
- Updated the README
- Updated repo settings
- Updated the Dockerfiles
@@ -125,7 +125,7 @@ Apache AGE is intended to be simple to install and run. It can be installed with
125
125
Install PostgreSQL
126
126
</h4>
127
127
128
-
You will need to install an AGE compatible version of Postgres<a>, for now AGE supports Postgres 11, 12, 13, 14, 15 & 16. Supporting the latest versions is on AGE roadmap.
128
+
You will need to install an AGE compatible version of Postgres<a>, for now AGE supports Postgres 11, 12, 13, 14, 15, 16 & 17. Supporting the latest versions is on AGE roadmap.
129
129
130
130
<h4>
131
131
Installation via Package Manager
@@ -143,7 +143,7 @@ sudo apt install postgresql
143
143
Installation From Source Code
144
144
</h4>
145
145
146
-
You can <ahref="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 <ahref="https://www.postgresql.org/docs/16/installation.html">official Postgres Website.</a>
146
+
You can <ahref="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 <ahref="https://www.postgresql.org/docs/17/installation.html">official Postgres Website.</a>
147
147
148
148
149
149
@@ -152,7 +152,7 @@ You can <a href="https://www.postgresql.org/ftp/source/"> download the Postgres
152
152
153
153
Clone the <ahref="https://github.com/apache/age">github repository</a> or download the <ahref="https://github.com/apache/age/releases">download an official release.
154
154
</a>
155
-
Run the pg_config utility and check the version of PostgreSQL. Currently, only PostgreSQL versions 11, 12, 13, 14, 15 & 16 are supported. If you have any other version of Postgres, you will need to install PostgreSQL version 11, 12, 13, 14, 15, or 16.
155
+
Run the pg_config utility and check the version of PostgreSQL. Currently, only PostgreSQL versions 11, 12, 13, 14, 15, 16 & 17 are supported. If you have any other version of Postgres, you will need to install PostgreSQL version 11, 12, 13, 14, 15, 16 & 17.
0 commit comments