diff --git a/SQL Injection/PostgreSQL Injection.md b/SQL Injection/PostgreSQL Injection.md index b919a8e..dbf7d24 100644 --- a/SQL Injection/PostgreSQL Injection.md +++ b/SQL Injection/PostgreSQL Injection.md @@ -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;