From 86a8301f5b4c42d1fac963a650d64b203b50b783 Mon Sep 17 00:00:00 2001 From: dyaffe Date: Tue, 17 Oct 2023 09:48:49 -0400 Subject: [PATCH] Update google-cloud-sql-postgres.md Updating as per Olivia's feedback --- .../materialization-connectors/google-cloud-sql-postgres.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/docs/reference/Connectors/materialization-connectors/google-cloud-sql-postgres.md b/site/docs/reference/Connectors/materialization-connectors/google-cloud-sql-postgres.md index 3657240c29..ca0cd7b0cd 100644 --- a/site/docs/reference/Connectors/materialization-connectors/google-cloud-sql-postgres.md +++ b/site/docs/reference/Connectors/materialization-connectors/google-cloud-sql-postgres.md @@ -40,10 +40,6 @@ Use the below properties to configure a Postgres materialization, which will dir | `/schema` | Alternative Schema | Alternative schema for this table (optional). Overrides schema set in endpoint configuration. | string | | | **`/table`** | Table | Table name to materialize to. It will be created by the connector, unless the connector has previously created it. | string | Required | -#### SSL Mode - -Certain managed PostgreSQL implementations may require you to explicitly set the [SSL Mode](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION) to connect with Flow. - ### Sample ```yaml