Skip to content

Commit 826f26c

Browse files
Update src/connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup.md
Co-authored-by: Prayansh Srivastava <[email protected]>
1 parent 6bf9d11 commit 826f26c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ To set up Postgres with Reverse ETL:
1919
-- create a user named "segment" that Segment will use when connecting to your Postgres cluster.
2020
CREATE USER segment PASSWORD '<enter password here>';
2121

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";
2324
```
2425
4. Make sure the user has correct access permissions to the database.
2526
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.

0 commit comments

Comments
 (0)