diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index c27163000..b0f324d4d 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -277,12 +277,12 @@ @if ($current_step === 'select-postgresql-type')

Select a Postgresql type

If you need extra extensions, you can select Supabase PostgreSQL (or others), otherwise select PostgreSQL - 16 (default).
+ 17 (default).
+ wire:click="setPostgresqlType('postgres:17-alpine')">
-
PostgreSQL 16 (default)
+
PostgreSQL 17 (default)
PostgreSQL is a powerful, open-source object-relational database system (no extensions).
@@ -297,7 +297,7 @@
+ wire:click="setPostgresqlType('supabase/postgres:17.4.1.032')">
Supabase PostgreSQL (with extensions)
@@ -314,9 +314,9 @@
+ wire:click="setPostgresqlType('postgis/postgis:17-3.5-alpine')">
-
PostGIS
+
PostGIS (AMD only)
PostGIS is a PostgreSQL extension for geographic objects.
@@ -331,9 +331,9 @@
+ wire:click="setPostgresqlType('pgvector/pgvector:pg17')">
-
PGVector (16)
+
PGVector (17)
PGVector is a PostgreSQL extension for vector data types.