You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mpg/overview.html.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,16 @@ You'll be able to access:
28
28
- A highly-available Postgres cluster within your Fly.io organization's [private network](/docs/networking/private-networking/)
29
29
- A single database on that cluster
30
30
- Fly.io Support Portal to log tickets and get help
31
-
- The `pgvector` extension for vector similarity search
31
+
- Any modules and extensions included in the [default Postgres 16 distribution](https://www.postgresql.org/docs/16/contrib.html)
32
+
- The third party `pgvector` extension for vector similarity search, if enabled when provisioning your database
32
33
33
34
### What's not there yet
34
35
35
36
At the moment, the following features are under development:
36
37
37
38
- Security patches and version upgrades
38
39
- Multiple databases or schemas per cluster
39
-
- Postgres extensions besides `pgvector`
40
+
-Third Party Postgres extensions besides `pgvector`
40
41
- Customer-facing monitoring and alerting
41
42
- Database migration tools
42
43
@@ -129,4 +130,4 @@ The price of running Fly.io Managed Postgres depends on:
129
130
- Region in which you're deploying
130
131
- Storage usage
131
132
132
-
Database storage is priced at **$0.30 per GB for a 30-day month**, with each node (primary + replica) incurring its own cost. You can view detailed pricing in your Fly.io dashboard.
133
+
Database storage is priced at **$0.30 per GB for a 30-day month**, with each node (primary + replica) incurring its own cost. You can view detailed pricing in your Fly.io dashboard.
0 commit comments