We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298977a commit 4791c35Copy full SHA for 4791c35
docs/source/driver/postgresql.rst
@@ -236,6 +236,10 @@ being read or written.
236
- TEXT
237
238
239
+ * - struct
240
+ - ❌
241
242
+
243
* - timestamp
244
- TIMESTAMP [#timestamp]_
245
- TIMESTAMP/TIMESTAMP WITH TIMEZONE
@@ -256,6 +260,8 @@ being read or written.
256
260
- bool
257
261
* - CHAR
258
262
- utf8
263
+ * - `COMPOSITE`_
264
+ - struct
259
265
* - DATE
266
- date32
267
* - DOUBLE PRECISION
@@ -294,6 +300,8 @@ being read or written.
294
300
overflow/underflow; an error will be returned if this would be
295
301
the case.
296
302
303
+.. _COMPOSITE: https://www.postgresql.org/docs/current/rowtypes.html
304
297
305
Unknown Types
298
306
~~~~~~~~~~~~~
299
307
0 commit comments