From dd5da36e535573480cc3c8bb0293487ec6f1c7e9 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 14 Jun 2022 06:26:32 -0400 Subject: [PATCH 1/2] BigAnimal: UPM-7790 EPAS name change --- .../release/getting_started/creating_a_cluster/index.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx b/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx index 152b7c1305f..55f5442858e 100644 --- a/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx +++ b/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx @@ -36,9 +36,10 @@ Prior to creating your cluster, make sure you have enough resources. Without eno 1. Select the type of Postgres you want to use in the **Postgres Type** field: - - [*PostgreSQL*](/supported-open-source/postgresql/) is an open-source object-relational database management system. + - **Oracle Compatible** is powered by [EDB Postgres Advanced Server](/epas/latest/). View [a quick demonstration of Oracle compatibility on BigAnimal](../../using_cluster/06_demonstration_oracle_compatibility). + + - [**PostgreSQL**](/supported-open-source/postgresql/) is an open-source object-relational database management system. - - [*EDB Postgres Advanced Server*](/epas/latest/) is EDB’s secure, Oracle-compatible PostgreSQL. View [a quick demonstration of Oracle compatibility on BigAnimal](../../using_cluster/06_demonstration_oracle_compatibility). 2. In the **Postgres Version** list, select the version of Postgres that you want to use. See [Database version policy](../../overview/05_database_version_policy) for more information. 2. In the **Provider** section, select the cloud provider for your cluster. If you're using your own account and haven't connected it to BigAnimal yet, see [Set up your cloud service provider](/biganimal/latest/getting_started/02_connecting_to_your_cloud/01_connecting_your_own_cloud/#setting-up-your-cloud-service-provider). 3. In the **Region** section, select the region where you want to deploy your cluster. For the best performance, EDB typically recommends that this region be the same as your other resources that communicate with your cluster. For a list of available regions, see [Supported regions](../../overview/03a_region_support). From 552bcea75048b7bbb0017bd5b28d19e67a266d11 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 14 Jun 2022 07:30:44 -0400 Subject: [PATCH 2/2] API response example update --- product_docs/docs/biganimal/release/reference/api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/biganimal/release/reference/api.mdx b/product_docs/docs/biganimal/release/reference/api.mdx index d16e293c890..56386e1f1a0 100644 --- a/product_docs/docs/biganimal/release/reference/api.mdx +++ b/product_docs/docs/biganimal/release/reference/api.mdx @@ -227,7 +227,7 @@ Example response: "pgTypesList": [ { "id": "epas", - "name": "EDB Postgres Advanced Server", + "name": "Oracle Compatible", "description": "", "dockerImage": "" },