Skip to content

Commit 11afe81

Browse files
fix: indicate no support for time with time zone Postgres data type
1 parent 44feb44 commit 11afe81

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/04_Postgres.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ we consider support for the different data types separately for batch inserts an
3131
| timestamp, timestamp without time zone |||
3232
| timestamp with time zone |||
3333
| time, time without time zone |||
34-
| time with time zone | | |
34+
| time with time zone | 🚫 | 🚫 |
3535
| interval |||
3636
| char |||
3737
| bpchar |||
@@ -58,5 +58,7 @@ we consider support for the different data types separately for batch inserts an
5858
| jsonb |||
5959
| jsonpath |||
6060

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).
62+
6163
</details>
6264

0 commit comments

Comments
 (0)