Skip to content

Commit aceeb97

Browse files
Merge pull request #5578 from segmentio/dineshraj-arunmozhi-patch-1
Update postgres-setup.md
2 parents 68f7a1f + 1b7fa3f commit aceeb97

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Set up Postgres as your Reverse ETL source.
66

77
At a high level, when you set up Postgres for Reverse ETL, the configured user/role needs read permissions for any resources (databases, schemas, tables) the query needs to access. Segment keeps track of changes to your query results with a managed schema (`__SEGMENT_REVERSE_ETL`), which requires the configured user to allow write permissions for that schema.
88

9+
Segment supports the following Postgres database providers:
10+
- Heroku
11+
- RDS
12+
13+
> warning ""
14+
> Segment only supports these Postgres database providers. Postgres databases from other providers aren't guaranteed to work. For questions or concerns about Segment-supported Postgres providers, [contact Segment Support](https://segment.com/help/contact){:target="_blank"}.
15+
916
## Set up guide
1017
To set up Postgres with Reverse ETL:
1118

@@ -28,4 +35,4 @@ To set up Postgres with Reverse ETL:
2835
## Extra permissions
2936
* Give the `segment` user read permissions for any resources (databases, schemas, tables) the query needs to access.
3037

31-
* Give the `segment` user write permissions for the Segment managed schema (`__SEGMENT_REVERSE_ETL`), which keeps track of changes to the query results.
38+
* Give the `segment` user write permissions for the Segment managed schema (`__SEGMENT_REVERSE_ETL`), which keeps track of changes to the query results.

0 commit comments

Comments
 (0)