File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
15
15
- ✅ [ pgsql-http] ( https://github.com/pramsey/pgsql-http ) . HTTP client for Postgres.
16
16
- ✅ [ plpgsql_check] ( https://github.com/okbob/plpgsql_check ) . Linter tool for PL/pgSQL.
17
17
- ✅ [ plv8] ( https://github.com/plv8/plv8 ) . Write in Javascript functions in Postgres.
18
- - ✅ [ plpython3u] ( https://www.postgresql.org/docs/current/plpython-python23.html ) . Python3 enabled by default. Write in Python functions in Postgres.
19
18
- ✅ [ PL/Java] ( https://github.com/tada/pljaval ) . Write in Java functions in Postgres.
20
19
21
20
## Install
Original file line number Diff line number Diff line change 39
39
target : install
40
40
become : yes
41
41
42
- # plpython
43
- - name : Install plpython
44
- apt :
45
- pkg : postgresql-plpython3-12
46
- update_cache : yes
47
- cache_valid_time : 3600
48
-
49
42
# pgcron
50
43
- name : Install pgcron
51
44
apt :
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ RUN pgtapDependencies="git \
32
32
&& apt-get autoremove -y \
33
33
&& rm -rf /tmp/pgtap /var/lib/apt/lists/* /var/tmp/*
34
34
35
- # install plpython3
36
- RUN apt-get update \
37
- && apt-get install postgresql-plpython3-12 -y
38
-
39
35
# install pgAudit
40
36
ENV PGAUDIT_VERSION=1.4.0
41
37
You can’t perform that action at this time.
0 commit comments