File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
24
24
| [ wal2json] ( https://github.com/eulerto/wal2json ) | JSON output plugin for logical replication decoding. |
25
25
| [ PL/Java] ( https://github.com/tada/pljava ) | Write in Java functions in Postgres. |
26
26
| [ 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. |
27
29
28
30
Can't find your favorite extension? Suggest for it to be added into future versions [ here] ( https://github.com/supabase/supabase/discussions/679 ) !
29
31
You can’t perform that action at this time.
0 commit comments