File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/connections/reverse-etl/reverse-etl-source-setup-guides Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ To set up Postgres with Reverse ETL:
19
19
-- create a user named " segment" that Segment will use when connecting to your Postgres cluster .
20
20
CREATE USER segment PASSWORD ' <enter password here>' ;
21
21
22
- -- allows the " segment" user to create new schemas on the specified database . (this is the name you chose when provisioning your cluster ) GRANT CREATE ON DATABASE " <enter database name here>" TO " segment" ;
22
+ -- allows the " segment" user to create new schemas on the specified database . (this is the name you chose when provisioning your cluster )
23
+ GRANT CREATE ON DATABASE " <enter database name here>" TO " segment" ;
23
24
```
24
25
4. Make sure the user has correct access permissions to the database .
25
26
5. Follow the steps listed in the [Add a source ](/ docs / connections / reverse - etl / #step - 1 - add - a - source ) section to finish adding Postgres as a source .
You can’t perform that action at this time.
0 commit comments