-
Notifications
You must be signed in to change notification settings - Fork 899
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some missed PG13 references and update docs
- Loading branch information
Showing
3 changed files
with
17 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,17 @@ See the Releases tab for the latest release. | |
|
||
**Prerequisites**: | ||
|
||
- A standard PostgreSQL 13.2+, 14, or 15 installation with development | ||
environment (header files) (e.g., `postgresql-server-dev-13` package | ||
- A standard PostgreSQL 14, 15 or 16 installation with development | ||
environment (header files) (e.g., `postgresql-server-dev-16` package | ||
for Linux, Postgres.app for MacOS) | ||
- C compiler (e.g., gcc or clang) | ||
- [CMake](https://cmake.org/) version 3.4 or greater | ||
|
||
```bash | ||
git clone [email protected]:timescale/timescaledb.git | ||
cd timescaledb | ||
# Find the latest release and checkout, e.g. for 2.5.0: | ||
git checkout 2.5.0 | ||
# Find the latest release and checkout, e.g. for 2.15.0: | ||
git checkout 2.15.0 | ||
# Bootstrap the build system | ||
./bootstrap | ||
# To build the extension | ||
|
@@ -42,7 +42,7 @@ See the Releases tab for the latest release. | |
|
||
**Prerequisites**: | ||
|
||
- A standard [PostgreSQL 13.2+, 14 or 15 64-bit installation](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#windows) | ||
- A standard [PostgreSQL 14, 15 or 16 64-bit installation](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#windows) | ||
- OpenSSL for Windows | ||
- Microsoft Visual Studio 2017 with CMake and Git components | ||
- OR Visual Studio 2015/2016 with [CMake](https://cmake.org/) version 3.4 or greater and Git | ||
|
@@ -58,8 +58,8 @@ be built in the following way: | |
git clone [email protected]:timescale/timescaledb.git | ||
cd timescaledb | ||
|
||
# Find the latest release and checkout, e.g. for 2.5.0: | ||
git checkout 2.5.0 | ||
# Find the latest release and checkout, e.g. for 2.15.0: | ||
git checkout 2.15.0 | ||
# Bootstrap the build system | ||
bootstrap.bat | ||
# To build the extension from command line | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters