Skip to content

Commit

Permalink
Update google-cloud-sql-postgres.md
Browse files Browse the repository at this point in the history
Updating as per Olivia's feedback
  • Loading branch information
dyaffe authored Oct 17, 2023
1 parent 9052793 commit 86a8301
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86a8301

Please sign in to comment.