mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 07:13:09 -05:00
8 lines
196 B
Text
8 lines
196 B
Text
|
|
# plpython2u extension
|
||
|
|
comment = 'PL/Python2U untrusted procedural language'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/plpython2'
|
||
|
|
relocatable = false
|
||
|
|
schema = pg_catalog
|
||
|
|
superuser = true
|