summaryrefslogtreecommitdiff
path: root/databases/postgresql14-server/files/pkg-message-plpython.in
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2021-05-20 08:53:00 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2021-05-20 14:38:55 +0000
commitfccc45e5ff4a8aea150005196c0d4f2cbaeed5db (patch)
treeb308d056494290f6e3b9e2bfa8e6750ec82183e6 /databases/postgresql14-server/files/pkg-message-plpython.in
parent21a4d52359f0e59b4f0dbb97212db803352e067e (diff)
Diffstat (limited to 'databases/postgresql14-server/files/pkg-message-plpython.in')
-rw-r--r--databases/postgresql14-server/files/pkg-message-plpython.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/postgresql14-server/files/pkg-message-plpython.in b/databases/postgresql14-server/files/pkg-message-plpython.in
new file mode 100644
index 000000000000..3bd80d73d177
--- /dev/null
+++ b/databases/postgresql14-server/files/pkg-message-plpython.in
@@ -0,0 +1,9 @@
+[
+{ type: install
+ message: <<EOM
+PL/Python has been installed. Check the createlang(l) manpage for more
+info. You can install PL/Python by using "createlang plpythonu" (it
+exists as an untrusted language only).
+EOM
+}
+]