ALTER CA BUNDLE
Adds and removes certificates from or changes the owner of a certificate authority (CA) bundle.
	Adds and removes certificates from or changes the owner of a certificate authority (CA) bundle.
Syntax
ALTER CA BUNDLE name
        [ADD CERTIFICATES ca_cert[, ca_cert[, ...]]
        [REMOVE CERTIFICATES ca_cert[, ca_cert[, ...]]
        [OWNER TO user]
Parameters
- name
- The name of the CA bundle.
- ca_cert
- The name of the CA certificate to add or remove from the bundle.
- user
- The name of a database user.
Privileges
Ownership of the CA bundle.
Examples
See Managing CA bundles.