Pullup ticket #3223 - requested by taca
[pkgsrc.git] / databases / postgresql84-plpython / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1.1.1 2008/03/04 12:44:41 adam Exp $
3
4 Please see the PL/Python section of the PostgreSQL Programmer's Guide
5 (databases/postgresql-docs) for information on programming with
6 ${PKGNAME}.
7
8 Note that PL/Python is unrestricted language, meaning it does not
9 offer any way of restricting what users can do in it.  Any DB user with
10 access to PL/Python can run arbitrary Python code under privileges
11 of the PostgreSQL server process.
12
13 To enable PL/Python for database <dbname>, run following:
14
15 createlang plpythonu <dbname>
16
17 ===========================================================================