From 226b760f2a80f964d0e52d235c345d475aecbe4f Mon Sep 17 00:00:00 2001 From: emile-00 Date: Mon, 20 Mar 2023 15:15:11 -0700 Subject: [PATCH 1/2] Update ingest-from-postgres-cdc.md --- docs/guides/ingest-from-postgres-cdc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/ingest-from-postgres-cdc.md b/docs/guides/ingest-from-postgres-cdc.md index 7a4550969..d2e3afc8d 100644 --- a/docs/guides/ingest-from-postgres-cdc.md +++ b/docs/guides/ingest-from-postgres-cdc.md @@ -238,7 +238,7 @@ export const svg = rr.Diagram( #### WITH parameters - All the fields listed below are required. + Unless specified otherwise, the fields listed are required. |Field|Notes| |---|---| @@ -247,9 +247,9 @@ export const svg = rr.Diagram( |username| Username of the database.| |password| Password of the database. | |database.name| Name of the database.| - |schema.name| Name of the schema. | + |schema.name| Optional. Name of the schema. By default, the value is `public`. | |table.name| Name of the table that you want to ingest data from. | - |slot.name| The slot name for each Postgres source. Each source should have a unique slot name.| + |slot.name| Optional. The slot name for each Postgres source. By default, each slot name will be randomly generated. Each source should have a unique slot name.| #### Data format From 278f9ae1797fb25bb12959a1ae51e4428d01bfb6 Mon Sep 17 00:00:00 2001 From: emile-00 <106993396+emile-00@users.noreply.github.com> Date: Tue, 21 Mar 2023 13:15:44 -0700 Subject: [PATCH 2/2] Update docs/guides/ingest-from-postgres-cdc.md Co-authored-by: Eric Fu --- docs/guides/ingest-from-postgres-cdc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/ingest-from-postgres-cdc.md b/docs/guides/ingest-from-postgres-cdc.md index d2e3afc8d..fda47fef4 100644 --- a/docs/guides/ingest-from-postgres-cdc.md +++ b/docs/guides/ingest-from-postgres-cdc.md @@ -249,7 +249,7 @@ export const svg = rr.Diagram( |database.name| Name of the database.| |schema.name| Optional. Name of the schema. By default, the value is `public`. | |table.name| Name of the table that you want to ingest data from. | - |slot.name| Optional. The slot name for each Postgres source. By default, each slot name will be randomly generated. Each source should have a unique slot name.| + |slot.name| Optional. The slot name for each PostgreSQL source. By default, each slot name will be randomly generated. Each source should have a unique slot name.| #### Data format