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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
8
8
- ✅ Ubuntu 18.04 (Bionic)
9
9
- ✅ [pg-contrib-12](https://www.postgresql.org/docs/12/contrib.html). Because everyone should enable `pg_stat_statements`.
10
10
- ⏳ **readonly** role. A readonly role set up by default for the public schema.
11
-
-✅[wal_level](https://www.postgresql.org/docs/current/runtime-config-wal.html) = logical. Ready for replication.
11
+
-⏳[wal_level](https://www.postgresql.org/docs/current/runtime-config-wal.html) = logical and [max_replication_slots](https://www.postgresql.org/docs/current/runtime-config-replication.html) = 5. Ready for replication.
12
12
- ✅ [PostGIS](https://postgis.net/). Postgres' most popular extension - support for geographic objects.
13
13
- ✅ [pgTAP](https://pgtap.org/). Unit Testing for Postgres
14
14
- ⏳ [plv8](https://github.com/plv8/plv8) - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129147). Write in Javascript functions in Postgres.
0 commit comments