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