8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000 p>
There was an error while loading. Please reload this page.
1 parent d508c65 commit 0acfa84Copy full SHA for 0acfa84
README.md
@@ -16,6 +16,8 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
16
- ✅ [plpgsql_check](https://github.com/okbob/plpgsql_check). Linter tool for PL/pgSQL.
17
- ✅ [plv8](https://github.com/plv8/plv8). Write in Javascript functions in Postgres.
18
- ✅ [PL/Java](https://github.com/tada/pljaval). Write in Java functions in Postgres.
19
+- ✅ [pg_cron](https://github.com/citusdata/pg_cron). Run CRON jobs inside Postgres.
20
+- ✅ [pg-safeupdate](https://github.com/eradman/pg-safeupdate). Protect your data from accidental updates or deletes.
21
22
## Install
23
0 commit comments