Skip to content

Commit

Permalink
Update PostgreSQL Injection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swisskyrepo authored Jan 24, 2021
1 parent cd6f549 commit 4e17d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL Injection/PostgreSQL Injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SELECT usename FROM pg_user WHERE usesuper IS TRUE
SELECT usename, usecreatedb, usesuper, usecatupd FROM pg_user
```

## PostgreSQL Check if Current User is Supperuser
## PostgreSQL Check if Current User is Superuser

```sql
SHOW is_superuser;
Expand Down

0 comments on commit 4e17d6c

Please sign in to comment.