SV-214126r508027_rule
V-214126
SRG-APP-000141-DB-000091
PGS9-00-008900
CAT II
10
To remove extensions, use the following commands:
$ sudo su - postgres
$ psql -c "DROP EXTENSION <extension_name>"
Note: It is recommended that plpgsql not be removed.
To get a list of all extensions installed, use the following commands:
$ sudo su - postgres
$ psql -c "select * from pg_extension where extname != 'plpgsql'"
If any extensions exist that are not approved, this is a finding.
V-214126
False
PGS9-00-008900
To get a list of all extensions installed, use the following commands:
$ sudo su - postgres
$ psql -c "select * from pg_extension where extname != 'plpgsql'"
If any extensions exist that are not approved, this is a finding.
M
3994