We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826f26c commit 670ededCopy full SHA for 670eded
src/connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup.md
@@ -15,7 +15,7 @@ To set up Postgres with Reverse ETL:
15
* Make sure [the following IP addresses](/docs/connections/storage/warehouses/faq/#which-ips-should-i-allowlist) can access the database.
16
3. Run the SQL commands below to create a user named `segment`.
17
18
- ```ts
+ ```sql
19
-- create a user named "segment" that Segment will use when connecting to your Postgres cluster.
20
CREATE USER segment PASSWORD '<enter password here>';
21
0 commit comments