Skip to content

Commit 38f804c

Browse files
authoredMar 27, 2025
Apply suggestions from code review
1 parent 8c6a4fb commit 38f804c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ To set up Postgres with Reverse ETL:
4242

4343
After you've successfully added your Postgres source, [add a model](/docs/connections/reverse-etl/setup/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide.
4444
45-
### Using the Same User for a Postgres Destination and Reverse ETL?
46-
If you’re using the same database user for both a Segment Postgres warehouse destination (where Segment writes data into Postgres) and Reverse ETL (where Segment reads from Postgres), make sure the user has:
45+
### How to use the same user for a Postgres destination and Reverse ETL source
46+
If you’re using the same database user for both a Segment [Postgres warehouse destination](/docs/connections/storage/catalog/postgres/) (where Segment writes data into Postgres) and Reverse ETL source (where Segment reads data from Postgres), make sure the user has:
4747
- SELECT or READ access on all source tables for Reverse ETL
4848
- CREATE SCHEMA `__SEGMENT_REVERSE_ETL` permission (or ability to use an existing schema)
4949
- INSERT, UPDATE, and DELETE permissions on tables within `__SEGMENT_REVERSE_ETL`

0 commit comments

Comments
 (0)