SV-233592r617333_rule
V-233592
SRG-APP-000141-DB-000091
CD12-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-233592
False
CD12-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
5254