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

Skip to content

Commit 559c0f4

Browse files
authored
Update README.md
1 parent 723bf74 commit 559c0f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
44

55
## Features
66

7-
- ✅ Postgres 12
7+
- ✅ 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.
11-
-[wal_level]((https://www.postgresql.org/docs/current/runtime-config-wal.html)) = logical. Ready for replication.
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.
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.
15-
-PL/python - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129797). Write in Python 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.
1616

1717
## Install
1818

0 commit comments

Comments
 (0)
0