From a0fe0310288b898d78c77e579a6e5943fdbec397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Barroso?= Date: Wed, 24 Apr 2024 17:57:51 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lovro Mažgon --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 46c9c8b..99f4c41 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ the connector will return an error. |---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|---------------| | `url` | Connection string for the Postgres database. | true | | | `tables` | List of table names to read from, separated by comma. Example: `"employees,offices,payments"`. Using `*` will read from all public tables. | true | | -| `key` | List of Key column names per table, separated by comma. Example:`"table1:key1,table2:key2"`, if not supplied, the table(s) primary keys will be used as the `'Key'` field for the records. | false | | | `snapshotMode` | Whether or not the plugin will take a snapshot of the entire table before starting cdc mode (allowed values: `initial` or `never`). | false | `initial` | | `cdcMode` | Determines the CDC mode (allowed values: `auto`, `logrepl` or `long_polling`). | false | `auto` | | `logrepl.publicationName` | Name of the publication to listen for WAL events. | false | `conduitpub` |