mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 06:43:59 -05:00
8 lines
196 B
Text
8 lines
196 B
Text
|
|
# plpython3u extension
|
||
|
|
comment = 'PL/Python3U untrusted procedural language'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/plpython3'
|
||
|
|
relocatable = false
|
||
|
|
schema = pg_catalog
|
||
|
|
superuser = true
|