Skip to content

Commit 49f2e7e

Browse files
committed
Merge branch 'develop' of github.com:supabase/postgres
2 parents 5f2052b + dceb9cc commit 49f2e7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ 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.
1110
-[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.
1211
-[PostGIS](https://postgis.net/). Postgres' most popular extension - support for geographic objects.
1312
-[pgTAP](https://pgtap.org/). Unit Testing for Postgres.
1413
-[pgAudit](https://www.pgaudit.org/). Generate highly compliant audit logs.
14+
-[pgjwt](https://github.com/michelp/pgjwt). Generate JSON Web Tokens (JWT) in Postgres.
15+
-[pgsql-http](https://github.com/pramsey/pgsql-http). HTTP client for Postgres.
16+
-[plpgsql_check](https://github.com/okbob/plpgsql_check). Linter tool for PL/pgSQL.
1517
-[plv8](https://github.com/plv8/plv8). Write in Javascript functions in Postgres.
1618
-[plpython3u](https://www.postgresql.org/docs/current/plpython-python23.html). Python3 enabled by default. Write in Python functions in Postgres.
19+
-[PL/Java](https://github.com/tada/pljaval). Write in Java functions in Postgres.
1720

1821
## Install
1922

0 commit comments

Comments
 (0)