From 06a7b80edcc17a238c5477eeb69d1a8f451fb701 Mon Sep 17 00:00:00 2001 From: Kristin Martin Date: Fri, 7 Aug 2026 23:31:09 +0000 Subject: [PATCH] Correct PostgreSQL naming in Postgres index Closes #1864 --- postgres/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/index.html.md b/postgres/index.html.md index a1722a2416..17fa71a4fc 100644 --- a/postgres/index.html.md +++ b/postgres/index.html.md @@ -9,7 +9,7 @@ toc: false Illustration by Annie Ruygt of a balloon disguised as an elephant -[Postgres](https://www.postgresql.org/+external), formally known as PostgreSQL, is a powerful open source object relational database system that's used by many popular web frameworks to persist application data. +[Postgres](https://www.postgresql.org/+external), officially PostgreSQL, is a powerful open source object relational database system that's used by many popular web frameworks to persist application data. Fly Postgres (unmanaged) is a Fly app with flyctl sugar on top to help you bootstrap and manage a database cluster for your apps. It comes with most commonly used functionality (replication, failover, metrics, monitoring and daily snapshots).