Getting an OCI Database with PostgreSQL Configuration's Details
View the details of an OCI Database with PostgreSQL database system configuration, including its variables and extensions.
Use the
oci psql default-configuration getcommand and required parameters to get a default configuration:oci psql default-configuration get --configuration-id <configuration_ocid> [OPTIONS]To get your configuration's OCID, see Listing Configurations.
Use the
oci psql configuration getcommand and required parameters to get a custom configuration:oci psql configuration get --configuration-id <configuration_ocid> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetDefaultConfiguration operation to get details about a default configuration. Run the GetConfiguration operation to get details about a custom configuration.