Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elic-eon committed Aug 26, 2024
1 parent 71fff35 commit b73e080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metaphor/postgresql/profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ You must run the connector using a user with `SELECT` [privilege](https://www.po
You can use the following command against all schemas:

```sql
GRANT SELECT ON ALL TABLES IN SCHEMA [Schema] TO [User]
GRANT USAGE ON SCHEMA [Schema];
GRANT SELECT ON ALL TABLES IN SCHEMA [Schema] TO [User];
```

## Config File
Expand Down

0 comments on commit b73e080

Please sign in to comment.