head	1.2;
access;
symbols
	pkgsrc-2021Q1:1.1.0.20
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.18
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.16
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.14
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.10
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.12
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.8
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.6
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.4
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.2
	pkgsrc-2018Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2021.06.07.15.07.16;	author gdt;	state dead;
branches;
next	1.1;
commitid	BLOolSHTmN4qcdWC;

1.1
date	2018.10.23.16.02.52;	author adam;	state Exp;
branches;
next	;
commitid	TGhajefYzYqHi6XA;


desc
@@


1.2
log
@postgresql-pl*: Drop MESSAGE

These are merely suggestions to read the documentation.
@
text
@===========================================================================
$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>

===========================================================================
@


1.1
log
@postgresql11: added version 11.0

PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.
@
text
@d2 1
a2 1
$NetBSD: MESSAGE,v 1.1 2017/10/23 20:33:49 adam Exp $
@

