This is an automated email from the ASF dual-hosted git repository.

kunni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new a390c981d [FLINK-36844][docs]Postgres CDC document add mapping from 
postgres timestamp_tz to flink timestamp ltz (#3847)
a390c981d is described below

commit a390c981dc5eee657a3c43e4ba0695cde2f8003e
Author: Hongshun Wang <[email protected]>
AuthorDate: Tue May 20 17:32:35 2025 +0800

    [FLINK-36844][docs]Postgres CDC document add mapping from postgres 
timestamp_tz to flink timestamp ltz (#3847)
---
 docs/content/docs/connectors/flink-sources/postgres-cdc.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/content/docs/connectors/flink-sources/postgres-cdc.md 
b/docs/content/docs/connectors/flink-sources/postgres-cdc.md
index 8d8b61b42..82d1cbe76 100644
--- a/docs/content/docs/connectors/flink-sources/postgres-cdc.md
+++ b/docs/content/docs/connectors/flink-sources/postgres-cdc.md
@@ -668,6 +668,10 @@ Notice:
       <td>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</td>
       <td>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</td>
     </tr>
+    <tr>
+      <td>TIMESTAMP [ (p) ] WITH TIME ZONE</td>
+      <td>TIMESTAMP_LTZ(p)</td>
+    </tr>
     <tr>
       <td>
         CHAR(n)<br>

Reply via email to