From a506c637710ddcd0e130f975ec9111d855f9a8c5 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Tue, 10 Aug 2021 12:50:22 +0530 Subject: [PATCH] Remove the Database supported versions from Whatsnew section Former-commit-id: cff5eed4da8b7786105ba386b3f8902ff65d46ce --- product_docs/docs/eprs/6.2/01_introduction/01_whats_new.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/product_docs/docs/eprs/6.2/01_introduction/01_whats_new.mdx b/product_docs/docs/eprs/6.2/01_introduction/01_whats_new.mdx index c3e6bcf0b0f..1de1a6c4abe 100644 --- a/product_docs/docs/eprs/6.2/01_introduction/01_whats_new.mdx +++ b/product_docs/docs/eprs/6.2/01_introduction/01_whats_new.mdx @@ -12,4 +12,3 @@ The following features have been added to xDB Replication Server version 6.1 to - The xDB Replication Server CLI `registerkey` command. > - Partitioned tables created using the declarative partitioning feature of PostgreSQL and Advanced Server version 10 and later can now be replicated in a log-based single-master or multi-master replication system. For more information, see [Replicating Postgres Partitioned Tables](../07_common_operations/10_replicating_postgres_partitioned_tables/#replicating_postgres_partitioned_tables). > - In a single-master replication system, removal of a table from a publication that has one or more existing subscriptions is now permitted as long as the table to be removed is not the parent referenced in a foreign key constraint from a child table that is not being removed as well. Previously, no tables from a publication in a single-master replication system could be removed if there are existing subscriptions. For more information, see [Removing Tables from a Publication](../07_common_operations/06_managing_publication/03_updating_pub/#remove_tables_from_pub). -> - Versions 11 and 12 of PostgreSQL and Advanced Server are now supported.