diff --git a/doc/tips-and-tricks.md b/doc/tips-and-tricks.md index 5b223e0..5b8b08a 100644 --- a/doc/tips-and-tricks.md +++ b/doc/tips-and-tricks.md @@ -150,7 +150,7 @@ create table example( ;; => #:example{:tags ["tag1" "tag2"]} ``` -Note: PostgreSQL JDBC driver supports only 7 primitive array types, but not such as UUID[] - +Note: PostgreSQL JDBC driver supports only 7 primitive array types, but not such as `UUID[]` - [PostgreSQLâ„¢ Extensions to the JDBC API](https://jdbc.postgresql.org/documentation/head/arrays.html). ### Working with Date and Time