diff --git a/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx index 1aae46b358e..8fbc23bfdd4 100644 --- a/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx +++ b/product_docs/docs/eprs/6.2/eprs_rel_notes/index.mdx @@ -23,6 +23,6 @@ New features, enhancements, bug fixes, and other changes in EDB Postgres Replica | Bug Fix | Fixed an issue that caused “addtablesintopub” operation failure in a corner case when database OID value exceeded INTEGER range [72694].| | Bug Fix | In a hybrid replication setup where EDB Postgres Advanced Server was registered with no-redwood-compat option (as a controller database in MMR and Oracle was registered as a Publication database in SMR), the Publication removal operation failed to complete. This issue is fixed [72469].| | Bug Fix | SSL root file opening issue that is caused by JDBC driver after upgrading from version 6.2.5 to 6.2.6, is resolved [899996].| -| Bug Fix | Rep CLI “createpub” command failed when the Filter index was greater than 9. This issue is fixed.| +| Bug Fix | Rep CLI `createpub` command failed when the Filter index was greater than 9. This issue is fixed.| | Bug Fix | Fixed an issue where Synchronize replication fails when Filter contains a modulus operator.| -| Bug Fix | Fixed an issue that caused “addtablesintopub” command failure for a table name with multiple $ characters.| +| Bug Fix | Fixed an issue that caused `addtablesintopub` command failure for a table name with multiple $ characters.|