Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
WanYixian committed Jan 21, 2025
1 parent f711b12 commit 37c320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/destinations/postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ All `WITH` options are required unless noted.
| sink\_name | Name of the sink to be created. |
| sink\_from | A clause that specifies the direct source from which data will be output. `sink_from` can be a materialized view or a table. Either this clause or a SELECT query must be specified. |
| AS select\_query | A SELECT query that specifies the data to be output to the sink. Either this query or a FROM clause must be specified. See [SELECT](/sql/commands/sql-select) for the syntax and examples of the SELECT command. |
| connector | Sink connector type must be `jdbc` for PostgresQL sink. |
| connector | Sink connector type can be `jdbc` or `postgres` for PostgreSQL sink. To switch from `jdbc` to `postgres`, set `stream_switch_jdbc_pg_to_native = true` under `[streaming.developer]`. |
| jdbc.url | The JDBC URL of the destination database necessary for the driver to recognize and connect to the database. |
| jdbc.query.timeout | Specifies the timeout for the operations to downstream. If not set, the default is 10 minutes. |
| table.name | The table in the destination database you want to sink to. |
Expand Down

0 comments on commit 37c320f

Please sign in to comment.