Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/driver/postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ being read or written.
- TEXT
- TEXT

* - struct
- ❌
- ❌

* - timestamp
- TIMESTAMP [#timestamp]_
- TIMESTAMP/TIMESTAMP WITH TIMEZONE
Expand All @@ -256,6 +260,8 @@ being read or written.
- bool
* - CHAR
- utf8
* - `COMPOSITE`_
- struct
* - DATE
- date32
* - DOUBLE PRECISION
Expand Down Expand Up @@ -294,6 +300,8 @@ being read or written.
overflow/underflow; an error will be returned if this would be
the case.

.. _COMPOSITE: https://www.postgresql.org/docs/current/rowtypes.html

Unknown Types
~~~~~~~~~~~~~

Expand Down
Loading