Skip to content
Merged
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
1 change: 1 addition & 0 deletions mpg/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ You'll be able to access:

- A highly-available Postgres cluster within your Fly.io organization's [private network](/docs/networking/private-networking/)
- Multiple databases and schemas on that cluster
- Programmatic access via the [Managed Postgres API](https://docs.machines.dev/+external), part of the Fly Machines API
- Fly.io Support Portal to log tickets and get help
- Any trusted extensions included in the [default Postgres 16 distribution](https://www.postgresql.org/docs/16/contrib.html)
- The third party `pgvector` extension for vector similarity search
Expand Down
3 changes: 2 additions & 1 deletion partials/_mpg_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
links: [
{ text: "Monitoring and Metrics", path: "/docs/mpg/metrics/" },
{ text: "Import data from another postgres cluster", path: "/docs/mpg/import/" },
{ text: "Supported Postgres Extensions", path: "/docs/mpg/extensions/" }
{ text: "Supported Postgres Extensions", path: "/docs/mpg/extensions/" },
{ text: "OpenAPI Specification", path: "https://docs.machines.dev/#tag/Postgres-Clusters+external" }
]
}
]
Expand Down
Loading