Files
neon/pgxn/neon_test_utils/neon_test_utils.control
Alex Chi Z 1173ee6a7e chore(neon_test_utils): restrict installation to superuser (#7624)
The test utils should only be used during tests. Users should not be
able to create this extension on their own.

Signed-off-by: Alex Chi Z <chi@neon.tech>
2024-05-08 11:53:54 -04:00

8 lines
199 B
Plaintext

# neon_test_utils extension
comment = 'helpers for neon testing and debugging'
default_version = '1.1'
module_pathname = '$libdir/neon_test_utils'
relocatable = true
trusted = false
superuser = true