8000 Update README.md · suryatmodulus/postgres@042d542 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 042d542

Browse files
authored
Update README.md
1 parent 8b5dfed commit 042d542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
88
- ✅ Ubuntu 18.04 (Bionic)
99
-[pg-contrib-12](https://www.postgresql.org/docs/12/contrib.html). Because everyone should enable `pg_stat_statements`.
1010
-**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.
1212
-[PostGIS](https://postgis.net/). Postgres' most popular extension - support for geographic objects.
1313
-[pgTAP](https://pgtap.org/). Unit Testing for Postgres
1414
-[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

Comments
 (0)
0