SV-261886r1000951_rule
V-261886
SRG-APP-000141-DB-000091
CD16-00-003200
CAT II
10
To remove extensions, use the following commands:
$ sudo su - postgres
$ psql -c "DROP EXTENSION <extension_name>"
Note: Removal of plpgsql is not recommended.
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-261886
False
CD16-00-003200
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
5598