Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[STORY-989] Add documentation for PostgreSQL 16 #2898

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/_includes/database_postgresql_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ vim Syntax:
<th align="center">Version</th>
<th align="center">Description</th>
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">anon</code></td>
<td align="left"><code>1.3.2</code></td>
<td align="left">Data anonymization tools</td>
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">btree_gin</code></td>
<td align="left"><code>1.3</code></td>
Expand Down Expand Up @@ -53,7 +58,7 @@ vim Syntax:
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">fuzzystrmatch</code></td>
<td align="left"><code>1.1</code></td>
<td align="left"><code>1.2</code></td>
<td align="left">determine similarities and distance between strings</td>
</tr>
<tr valign="top">
Expand Down
5 changes: 3 additions & 2 deletions src/_posts/databases/postgresql/2000-01-01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,13 @@ ensure security, performance, and operational efficiency.

| PostgreSQL Version | Full Version |
| ------------------: | ----------------: |
| **`15`** | up to `15.10.0-1` |
| `16` | up to `16.6.0-1` |
| **`15`** | up to `15.10.0-1` |
| `14` | up to `14.15.0-1` |
| `13` | up to `13.18.0-1` |

Currently, the supported major versions of PostgreSQL® on the Scalingo platform
are `13`, `14`, and `15`.
are `13`, `14`, `15` and `16`.

The default version when provisioning a Scalingo for PostgreSQL® addon is
**`15.10.0-1`**.
Expand Down
17 changes: 17 additions & 0 deletions src/changelog/databases/_posts/2024-12-09-postgresql-16.6.0-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
modified_at: 2024-12-09 09:00:00
title: 'PostgreSQL - New Major Version: 16.6'
---

Changelog:

- New major version available
- v16.6

- Extension: `postgis` is now at version 3.5.0
- Extension: `vector` is now at version 0.8.0
- New Extension: `anon` (PostgreSQL Anonymizer) version 1.3.2

Docker images on [Docker Hub](https://hub.docker.com/r/scalingo/postgresql):

* `scalingo/postgresql:16.6.0-1`