pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases postgresql-pl*: Drop MESSAGE
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4b7798f61a6
branches: trunk
changeset: 454263:f4b7798f61a6
user: gdt <gdt%pkgsrc.org@localhost>
date: Mon Jun 07 15:07:16 2021 +0000
description:
postgresql-pl*: Drop MESSAGE
These are merely suggestions to read the documentation.
diffstat:
databases/postgresql10-plperl/MESSAGE | 7 -------
databases/postgresql10-plpython/MESSAGE | 17 -----------------
databases/postgresql10-pltcl/MESSAGE | 7 -------
databases/postgresql11-plperl/MESSAGE | 7 -------
databases/postgresql11-plpython/MESSAGE | 17 -----------------
databases/postgresql11-pltcl/MESSAGE | 7 -------
databases/postgresql12-plperl/MESSAGE | 7 -------
databases/postgresql12-plpython/MESSAGE | 17 -----------------
databases/postgresql12-pltcl/MESSAGE | 7 -------
databases/postgresql13-plperl/MESSAGE | 7 -------
databases/postgresql13-plpython/MESSAGE | 17 -----------------
databases/postgresql13-pltcl/MESSAGE | 7 -------
databases/postgresql96-plperl/MESSAGE | 7 -------
databases/postgresql96-plpython/MESSAGE | 17 -----------------
databases/postgresql96-pltcl/MESSAGE | 7 -------
15 files changed, 0 insertions(+), 155 deletions(-)
diffs (215 lines):
diff -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql10-plperl/MESSAGE
--- a/databases/postgresql10-plperl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql10-plpython/MESSAGE
--- a/databases/postgresql10-plpython/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 <dbname>, run following:
-
-createlang plpythonu <dbname>
-
-===========================================================================
diff -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql10-pltcl/MESSAGE
--- a/databases/postgresql10-pltcl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql11-plperl/MESSAGE
--- a/databases/postgresql11-plperl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql11-plpython/MESSAGE
--- a/databases/postgresql11-plpython/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 <dbname>, run following:
-
-createlang plpythonu <dbname>
-
-===========================================================================
diff -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql11-pltcl/MESSAGE
--- a/databases/postgresql11-pltcl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql12-plperl/MESSAGE
--- a/databases/postgresql12-plperl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql12-plpython/MESSAGE
--- a/databases/postgresql12-plpython/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 <dbname>, run following:
-
-createlang plpythonu <dbname>
-
-===========================================================================
diff -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql12-pltcl/MESSAGE
--- a/databases/postgresql12-pltcl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql13-plperl/MESSAGE
--- a/databases/postgresql13-plperl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql13-plpython/MESSAGE
--- a/databases/postgresql13-plpython/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 <dbname>, run following:
-
-createlang plpythonu <dbname>
-
-===========================================================================
diff -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql13-pltcl/MESSAGE
--- a/databases/postgresql13-pltcl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql96-plperl/MESSAGE
--- a/databases/postgresql96-plperl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql96-plpython/MESSAGE
--- a/databases/postgresql96-plpython/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 <dbname>, run following:
-
-createlang plpythonu <dbname>
-
-===========================================================================
diff -r 50fdfbd82ce7 -r f4b7798f61a6 databases/postgresql96-pltcl/MESSAGE
--- a/databases/postgresql96-pltcl/MESSAGE Mon Jun 07 14:13:07 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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}.
-===========================================================================
Home |
Main Index |
Thread Index |
Old Index