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() {
ubuntu24documentdb-<pg>
ubuntu24postgresql-16-documentdb
+ ubuntu22deb11 / deb12 / deb13postgresql-<pg>-documentdb
rpm/rhel9documentdb-<pg>
rpm/rhel9postgresql16-documentdb
+ rpm/rhel8
postgresql<pg>-documentdb
+ 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