Skip to content

Commit 1466bfa

Browse files
authored
make managed schema uppercase
1 parent 122656e commit 1466bfa

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
@@ -28,4 +28,4 @@ To set up Postgres with Reverse ETL:
2828
## Extra permissions
2929
* Give the `segment` user read permissions for any resources (databases, schemas, tables) the query needs to access.
3030

31-
* Give the `segment` user write permissions for the Segment managed schema (`__segment_reverse_etl`), which keeps track of changes to the query results.
31+
* Give the `segment` user write permissions for the Segment managed schema (`__SEGMENT_REVERSE_ETL`), which keeps track of changes to the query results.

0 commit comments

Comments
 (0)