mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 01:26:56 -04:00
9 lines
177 B
Text
9 lines
177 B
Text
|
|
# plsample extension
|
||
|
|
comment = 'PL/Sample'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/plsample'
|
||
|
|
relocatable = false
|
||
|
|
schema = pg_catalog
|
||
|
|
superuser = false
|
||
|
|
trusted = true
|