link to jdbc docs
This commit is contained in:
parent
87d051fb56
commit
63331e3742
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ create table example(
|
||||||
;; => #:example{:tags ["tag1" "tag2"]}
|
;; => #: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).
|
[PostgreSQL™ Extensions to the JDBC API](https://jdbc.postgresql.org/documentation/head/arrays.html).
|
||||||
|
|
||||||
### Working with Date and Time
|
### Working with Date and Time
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue