Skip to content

Commit 670eded

Browse files
committed
make sql
1 parent 826f26c commit 670eded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To set up Postgres with Reverse ETL:
1515
* Make sure [the following IP addresses](/docs/connections/storage/warehouses/faq/#which-ips-should-i-allowlist) can access the database.
1616
3. Run the SQL commands below to create a user named `segment`.
1717

18-
```ts
18+
```sql
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

0 commit comments

Comments
 (0)