From 4e17d6c2b3d8fb7c206b032aa0c34bf35968301d Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Sun, 24 Jan 2021 18:43:58 +0100 Subject: [PATCH] Update PostgreSQL Injection.md --- SQL Injection/PostgreSQL Injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;