You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
21
21
|[pgsql-http](https://github.com/pramsey/pgsql-http)|[1.3.1](https://github.com/pramsey/pgsql-http/releases/tag/v1.3.1)| HTTP client for Postgres. |
22
22
|[plpgsql_check](https://github.com/okbob/plpgsql_check)|[2.0.6](https://github.com/okbob/plpgsql_check/releases/tag/v2.0.6)| Linter tool for PL/pgSQL. |
23
23
|[pg-safeupdate](https://github.com/eradman/pg-safeupdate)|[1.4](https://github.com/eradman/pg-safeupdate/releases/tag/1.4)| Protect your data from accidental updates or deletes. |
24
-
|[wal2json](https://github.com/eulerto/wal2json)|[2.4](https://github.com/eulerto/wal2json/releases/tag/wal2json_2_4)| JSON output plugin for logical replication decoding. |
24
+
|[wal2json](https://github.com/eulerto/wal2json)|[commit](https://github.com/eulerto/wal2json/commit/53b548a29ebd6119323b6eb2f6013d7c5fe807ec)| JSON output plugin for logical replication decoding. |
25
25
|[PL/Java](https://github.com/tada/pljava)|[1.6.3](https://github.com/tada/pljava/releases/tag/V1_6_3)| Write in Java functions in Postgres. |
26
26
|[plv8](https://github.com/plv8/plv8)|[commit](https://github.com/plv8/plv8/commit/3656177d384e3e02b74faa8e2931600f3690ab59)| Write in Javascript functions in Postgres. |
27
27
|[pg_plan_filter](https://github.com/pgexperts/pg_plan_filter)|[commit](https://github.com/pgexperts/pg_plan_filter/commit/5081a7b5cb890876e67d8e7486b6a64c38c9a492)| Only allow statements that fulfill set criteria to be executed. |
0 commit comments