Skip to content

Commit c376b57

Browse files
authored
Mention support of INET type in readme (#1072)
1 parent adbf505 commit c376b57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

vertx-pg-client/README.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ The *Reactive Postgres Client* currently supports the following data types
209209
|`i.r.p.data.Box[]`
210210
|✔
211211

212+
|`INET`
213+
|`io.vertx.pgclient.data.Inet`
214+
|✔
215+
|`io.vertx.pgclient.data.Inet[]`
216+
|✔
217+
212218
|`PATH`
213219
|`i.r.p.data.Path`
214220
|✔
@@ -258,7 +264,7 @@ Note: PostgreSQL JSON and JSONB types are represented by the following Java type
258264

259265
The following types
260266

261-
_MONEY_, _BIT_, _VARBIT_, _MACADDR_, _INET_, _CIDR_, _MACADDR8_,
267+
_MONEY_, _BIT_, _VARBIT_, _MACADDR_, _CIDR_, _MACADDR8_,
262268
_XML_, _HSTORE_, _OID_,
263269
_VOID_
264270

0 commit comments

Comments
 (0)