Skip to content
Merged
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
2 changes: 1 addition & 1 deletion postgres/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<img src="/static/images/postgres.png" alt="Illustration by Annie Ruygt of a balloon disguised as an elephant" class="w-full max-w-lg mx-auto">
</figure>

[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.

Check warning on line 12 in postgres/index.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 Use 'app' instead of 'application'. Raw Output: {"message":"Use 'app' instead of 'application'.","location":{"path":"postgres/index.html.md","range":{"start":{"line":12,"column":188},"end":{"line":12,"column":199}}},"severity":"WARNING","code":{"value":"Google.WordListCase","url":"https://developers.google.com/style/word-list"}}

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).

Check warning on line 14 in postgres/index.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 Use 'capability' or 'feature' instead of 'functionality'. Raw Output: {"message":"Use 'capability' or 'feature' instead of 'functionality'.","location":{"path":"postgres/index.html.md","range":{"start":{"line":14,"column":164},"end":{"line":14,"column":177}}},"severity":"WARNING","code":{"value":"Google.WordListCase","url":"https://developers.google.com/style/word-list"}}

Check warning on line 14 in postgres/index.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 Consider using 'capability' or 'feature' instead of 'functionality'. Raw Output: {"message":"Consider using 'capability' or 'feature' instead of 'functionality'.","location":{"path":"postgres/index.html.md","range":{"start":{"line":14,"column":164},"end":{"line":14,"column":177}}},"severity":"INFO","code":{"value":"Fly.WordList"}}

**[Read about why Fly Postgres is not the same thing as a managed database service](/docs/postgres/getting-started/what-you-should-know).**

Expand Down
Loading