Skip to content

Commit

Permalink
Fixed revoke command.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaccoonDev committed Nov 5, 2017
1 parent 9af5e5c commit 850de93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 044_postgres/15_users/README.md
Expand Up @@ -23,7 +23,7 @@ GRANT ALL PRIVILEGES ON DATABASE company to james;

## revoke privileges
```
REVOKE ALL PRIVILEGES ON DATABASE company to james;
REVOKE ALL PRIVILEGES ON DATABASE company from james;
```

## alter
Expand All @@ -38,4 +38,4 @@ ALTER USER james WITH NOSUPERUSER;
## remove
```
DROP USER james;
```
```

0 comments on commit 850de93

Please sign in to comment.