Skip to content

Commit 4a05f08

Browse files
committed
Update README.md
1 parent a97b00c commit 4a05f08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
77
- ✅ Postgres [12](https://www.postgresql.org/about/news/1976/). Includes [generated columns](https://www.postgresql.org/docs/12/ddl-generated-columns.html) and [JSON path](https://www.postgresql.org/docs/12/functions-json.html#FUNCTIONS-SQLJSON-PATH) support
88
- ✅ Ubuntu 18.04 (Bionic)
99
-[pg-contrib-12](https://www.postgresql.org/docs/12/contrib.html). Because everyone should enable `pg_stat_statements`.
10-
- **readonly** role. A readonly role set up by default for the public schema.
10+
- **readonly** role. A readonly role set up by default for the public schema.
1111
-[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
14-
- [plv8](https://github.com/plv8/plv8) - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129147). Write in Javascript functions in Postgres.
15-
- [plpython3u](https://www.postgresql.org/docs/current/plpython-python23.html) - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129797). Python3 enabled by default. Write in Python functions in Postgres.
14+
- [plv8](https://github.com/plv8/plv8) - Write in Javascript functions in Postgres.
15+
- [plpython3u](https://www.postgresql.org/docs/current/plpython-python23.html) - Python3 enabled by default. Write in Python functions in Postgres.
1616

1717
## Install
1818

0 commit comments

Comments
 (0)