Skip to content

Commit 7fd71c0

Browse files
authored
Merge pull request supabase#31 from supabase/remove-plpython3u
removes plpython3u
2 parents b6f927c + 280d9ac commit 7fd71c0

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
1515
-[pgsql-http](https://github.com/pramsey/pgsql-http). HTTP client for Postgres.
1616
-[plpgsql_check](https://github.com/okbob/plpgsql_check). Linter tool for PL/pgSQL.
1717
-[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.
1918
-[PL/Java](https://github.com/tada/pljaval). Write in Java functions in Postgres.
2019

2120
## Install

ansible/tasks/setup-extensions.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@
3939
target: install
4040
become: yes
4141

42-
# plpython
43-
- name: Install plpython
44-
apt:
45-
pkg: postgresql-plpython3-12
46-
update_cache: yes
47-
cache_valid_time: 3600
48-
4942
# pgcron
5043
- name: Install pgcron
5144
apt:

docker/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ RUN pgtapDependencies="git \
3232
&& apt-get autoremove -y \
3333
&& rm -rf /tmp/pgtap /var/lib/apt/lists/* /var/tmp/*
3434

35-
# install plpython3
36-
RUN apt-get update \
37-
&& apt-get install postgresql-plpython3-12 -y
38-
3935
# install pgAudit
4036
ENV PGAUDIT_VERSION=1.4.0
4137

0 commit comments

Comments
 (0)