You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04_Postgres.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ we consider support for the different data types separately for batch inserts an
31
31
| timestamp, timestamp without time zone | ✅ | ✅ |
32
32
| timestamp with time zone | ✅ | ✅ |
33
33
| time, time without time zone | ✅ | ✅ |
34
-
| time with time zone |❌|❌|
34
+
| time with time zone |🚫|🚫|
35
35
| interval | ❌ | ❌ |
36
36
| char | ✅ | ✅ |
37
37
| bpchar | ✅ | ✅ |
@@ -58,5 +58,7 @@ we consider support for the different data types separately for batch inserts an
58
58
| jsonb | ✅ | ❌ |
59
59
| jsonpath | ❌ | ❌ |
60
60
61
+
*** Time with time zone is not useful and not recommended to use by Postgres themselves - see [here](https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-DATETIME).
0 commit comments