From 7bb14c7de07be47f82e7fcdfca1f1428a1940780 Mon Sep 17 00:00:00 2001 From: Priyanshi Gupta Date: Thu, 18 Aug 2022 14:28:50 +0530 Subject: [PATCH] more comments after review --- .../preview/develop/build-apps/java/ysql-vertx-pg-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/preview/develop/build-apps/java/ysql-vertx-pg-client.md b/docs/content/preview/develop/build-apps/java/ysql-vertx-pg-client.md index f1d8197ac6c9..0852df123b22 100644 --- a/docs/content/preview/develop/build-apps/java/ysql-vertx-pg-client.md +++ b/docs/content/preview/develop/build-apps/java/ysql-vertx-pg-client.md @@ -76,7 +76,7 @@ type: docs [Vertx PG Client](https://vertx.io/docs/vertx-pg-client/java/) is the client for PostgreSQL with simple APIs to communicate with the database. It is a reactive and non-blocking client for handling the database connections with a single threaded API. -Because Vertx is a PostgreSQL client and YugabyteDB is PostgreSQL compatible, it is supported by YugabyteDB with a [limitation](#limitation). +Since YugabyteDB is wire compatible with PostgreSQL, Vertx PG Client works with YugabyteDB as well. ## Prerequisites