From ec61a48b9998ade6f14c0c11eee791bf4cad54da Mon Sep 17 00:00:00 2001 From: Vincent Privat <146961743+vprivat-ads@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:32:29 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9629d2a..1d9b084 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This extension is a full linter for plpgsql for PostgreSQL. It leverages only t PostgreSQL parser/evaluator so you see exactly the errors would occur at runtime. Furthermore, it parses the SQL inside your routines and finds errors not usually found during the "CREATE PROCEDURE/FUNCTION" command. You can control the levels of many warnings and hints. -Finally, you can add PRAGAMA type markers to turn off/on many aspects allowing you to hide +Finally, you can add PRAGMA type markers to turn off/on many aspects allowing you to hide messages you already know about, or to remind you to come back for deeper cleaning later. I founded this project, because I wanted to publish the code I wrote for the two years,