Skip to content

Commit c3b8bdf

Browse files
authored
docs: update docs for "Live Update" with Postgres example (#967)
1 parent 30a4fb0 commit c3b8bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/core/flow_methods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ A data source may enable one or multiple *change capture mechanisms*:
190190
* Configured with a [refresh interval](flow_def#refresh-interval), which is generally applicable to all data sources.
191191

192192
* Specific data sources also provide their specific change capture mechanisms.
193-
For example, [`AmazonS3` source](../ops/sources/#amazons3) watches S3 bucket's change events, and [`GoogleDrive` source](../ops/sources#googledrive) allows polling recent modified files.
193+
For example, [`Postgres` source](../ops/sources/#postgres) listens to PostgreSQL's change notifications, [`AmazonS3` source](../ops/sources/#amazons3) watches S3 bucket's change events, and [`GoogleDrive` source](../ops/sources#googledrive) allows polling recent modified files.
194194
See documentations for specific data sources.
195195

196196
Change capture mechanisms enable CocoIndex to continuously capture changes from the source data and update the target data accordingly, under live update mode.

0 commit comments

Comments
 (0)