Skip to content

Commit a4d5978

Browse files
committed
update readme of new extensions
1 parent 95d0292 commit a4d5978

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
2424
| [wal2json](https://github.com/eulerto/wal2json) | JSON output plugin for logical replication decoding. |
2525
| [PL/Java](https://github.com/tada/pljava) | Write in Java functions in Postgres. |
2626
| [plv8](https://github.com/plv8/plv8) | Write in Javascript functions in Postgres. |
27+
| [pg_plan_filter](https://github.com/pgexperts/pg_plan_filter) | Only allow statements that fulfill set criteria to be executed. |
28+
| [pg_net](https://github.com/supabase/pg_net) | Expose the SQL interface for async networking. |
2729

2830
Can't find your favorite extension? Suggest for it to be added into future versions [here](https://github.com/supabase/supabase/discussions/679)!
2931

0 commit comments

Comments
 (0)