diff --git a/databases/postgresql10-plperl/MESSAGE b/databases/postgresql10-plperl/MESSAGE deleted file mode 100644 index b536a9f0dcf2..000000000000 --- a/databases/postgresql10-plperl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2017/10/23 20:33:49 adam Exp $ - -Please see the PL/Perl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql10-plpython/MESSAGE b/databases/postgresql10-plpython/MESSAGE deleted file mode 100644 index c386a294e04c..000000000000 --- a/databases/postgresql10-plpython/MESSAGE +++ /dev/null @@ -1,17 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2017/10/23 20:33:49 adam Exp $ - -Please see the PL/Python section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. - -Note that PL/Python is unrestricted language, meaning it does not -offer any way of restricting what users can do in it. Any DB user with -access to PL/Python can run arbitrary Python code under privileges -of the PostgreSQL server process. - -To enable PL/Python for database , run following: - -createlang plpythonu - -=========================================================================== diff --git a/databases/postgresql10-pltcl/MESSAGE b/databases/postgresql10-pltcl/MESSAGE deleted file mode 100644 index 12f6641ef661..000000000000 --- a/databases/postgresql10-pltcl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2017/10/23 20:33:50 adam Exp $ - -Please see the PL/Tcl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql11-plperl/MESSAGE b/databases/postgresql11-plperl/MESSAGE deleted file mode 100644 index a16ae0ead930..000000000000 --- a/databases/postgresql11-plperl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2018/10/23 16:02:52 adam Exp $ - -Please see the PL/Perl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql11-plpython/MESSAGE b/databases/postgresql11-plpython/MESSAGE deleted file mode 100644 index 5387440ad5eb..000000000000 --- a/databases/postgresql11-plpython/MESSAGE +++ /dev/null @@ -1,17 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2018/10/23 16:02:52 adam Exp $ - -Please see the PL/Python section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. - -Note that PL/Python is unrestricted language, meaning it does not -offer any way of restricting what users can do in it. Any DB user with -access to PL/Python can run arbitrary Python code under privileges -of the PostgreSQL server process. - -To enable PL/Python for database , run following: - -createlang plpythonu - -=========================================================================== diff --git a/databases/postgresql11-pltcl/MESSAGE b/databases/postgresql11-pltcl/MESSAGE deleted file mode 100644 index a62a127b6fd8..000000000000 --- a/databases/postgresql11-pltcl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2018/10/23 16:02:52 adam Exp $ - -Please see the PL/Tcl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql12-plperl/MESSAGE b/databases/postgresql12-plperl/MESSAGE deleted file mode 100644 index 9e1486ed68b6..000000000000 --- a/databases/postgresql12-plperl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2019/10/07 19:21:49 adam Exp $ - -Please see the PL/Perl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql12-plpython/MESSAGE b/databases/postgresql12-plpython/MESSAGE deleted file mode 100644 index 7fa2c470c24c..000000000000 --- a/databases/postgresql12-plpython/MESSAGE +++ /dev/null @@ -1,17 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2019/10/07 19:21:49 adam Exp $ - -Please see the PL/Python section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. - -Note that PL/Python is unrestricted language, meaning it does not -offer any way of restricting what users can do in it. Any DB user with -access to PL/Python can run arbitrary Python code under privileges -of the PostgreSQL server process. - -To enable PL/Python for database , run following: - -createlang plpythonu - -=========================================================================== diff --git a/databases/postgresql12-pltcl/MESSAGE b/databases/postgresql12-pltcl/MESSAGE deleted file mode 100644 index be9b513764d9..000000000000 --- a/databases/postgresql12-pltcl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2019/10/07 19:21:49 adam Exp $ - -Please see the PL/Tcl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql13-plperl/MESSAGE b/databases/postgresql13-plperl/MESSAGE deleted file mode 100644 index 2dfee20d735b..000000000000 --- a/databases/postgresql13-plperl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2020/10/18 09:24:02 adam Exp $ - -Please see the PL/Perl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql13-plpython/MESSAGE b/databases/postgresql13-plpython/MESSAGE deleted file mode 100644 index f07098cbfd7b..000000000000 --- a/databases/postgresql13-plpython/MESSAGE +++ /dev/null @@ -1,17 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2020/10/18 09:24:03 adam Exp $ - -Please see the PL/Python section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. - -Note that PL/Python is unrestricted language, meaning it does not -offer any way of restricting what users can do in it. Any DB user with -access to PL/Python can run arbitrary Python code under privileges -of the PostgreSQL server process. - -To enable PL/Python for database , run following: - -createlang plpythonu - -=========================================================================== diff --git a/databases/postgresql13-pltcl/MESSAGE b/databases/postgresql13-pltcl/MESSAGE deleted file mode 100644 index 022d3b36f072..000000000000 --- a/databases/postgresql13-pltcl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2020/10/18 09:24:03 adam Exp $ - -Please see the PL/Tcl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql96-plperl/MESSAGE b/databases/postgresql96-plperl/MESSAGE deleted file mode 100644 index 9bddbe547f97..000000000000 --- a/databases/postgresql96-plperl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2016/10/29 19:41:55 adam Exp $ - -Please see the PL/Perl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -=========================================================================== diff --git a/databases/postgresql96-plpython/MESSAGE b/databases/postgresql96-plpython/MESSAGE deleted file mode 100644 index 7623c53d6db6..000000000000 --- a/databases/postgresql96-plpython/MESSAGE +++ /dev/null @@ -1,17 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2016/10/29 19:41:55 adam Exp $ - -Please see the PL/Python section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. - -Note that PL/Python is unrestricted language, meaning it does not -offer any way of restricting what users can do in it. Any DB user with -access to PL/Python can run arbitrary Python code under privileges -of the PostgreSQL server process. - -To enable PL/Python for database , run following: - -createlang plpythonu - -=========================================================================== diff --git a/databases/postgresql96-pltcl/MESSAGE b/databases/postgresql96-pltcl/MESSAGE deleted file mode 100644 index e134b6fa696b..000000000000 --- a/databases/postgresql96-pltcl/MESSAGE +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2016/10/29 19:41:55 adam Exp $ - -Please see the PL/Tcl section of the PostgreSQL Programmer's Guide -(databases/postgresql-docs) for information on programming with -${PKGNAME}. -===========================================================================