diff --git a/app/packages/page.tsx b/app/packages/page.tsx index ee63af6..76ae72d 100644 --- a/app/packages/page.tsx +++ b/app/packages/page.tsx @@ -438,52 +438,89 @@ export default function PackagesPage() { Architectures PostgreSQL versions Package naming + Version served APT - Ubuntu 24.04 (full stack) + Ubuntu 24.04 (full stack) · ubuntu24 amd64, arm64 17, 18 documentdb-<pg> + 0.116 APT - Ubuntu 22.04, Debian 11/12/13 (extension only) + Ubuntu 24.04 (extension only) · ubuntu24 + amd64, arm64 + 16 + + postgresql-16-documentdb + + 0.114 + + + APT + Ubuntu 22.04 · ubuntu22
Debian 11/12/13 · deb11 / deb12 / deb13
(extension only) amd64, arm64 16, 17, 18 (Debian 11: 16, 17) postgresql-<pg>-documentdb + 0.114 RPM - RHEL-compatible 9 (full stack) + RHEL-compatible 9 (full stack) · rpm/rhel9 x86_64, aarch64 17, 18 documentdb-<pg> + 0.116 + + + RPM + RHEL-compatible 9 (extension only) · rpm/rhel9 + x86_64, aarch64 + 16 + + postgresql16-documentdb + + 0.114 RPM - RHEL-compatible 8 (extension only, tested on Rocky Linux) + RHEL-compatible 8 (extension only, tested on Rocky Linux) · rpm/rhel8 x86_64, aarch64 16, 17, 18 postgresql<pg>-documentdb + 0.114 +

+ PostgreSQL 16 is extension-only on every distribution, including + Ubuntu 24.04 and RHEL 9. There is no documentdb-16 — requesting it + fails with "has no installation candidate" (APT) or{" "} + "No match for argument" (DNF). On PostgreSQL 16 you get the + extension alone, at 0.114: no gateway, no documentdb-setup, no + systemd units. The packaged stack requires PostgreSQL 17 or 18. +

Use Package Finder above to generate the exact command for your selected - target instead of scanning all combinations manually. + target, or see the{" "} + + Linux Packages Quick Start + {" "} + for every repository component and install command written out in full.

Debian 13 packages are available in the deb13 APT component and