File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This extension is a full linter for plpgsql for PostgreSQL. It leverages only t
7
7
PostgreSQL parser/evaluator so you see exactly the errors would occur at runtime.
8
8
Furthermore, it parses the SQL inside your routines and finds errors not usually found during
9
9
the "CREATE PROCEDURE/FUNCTION" command. You can control the levels of many warnings and hints.
10
- Finally, you can add PRAGAMA type markers to turn off/on many aspects allowing you to hide
10
+ Finally, you can add PRAGMA type markers to turn off/on many aspects allowing you to hide
11
11
messages you already know about, or to remind you to come back for deeper cleaning later.
12
12
13
13
I founded this project, because I wanted to publish the code I wrote for the two years,
You can’t perform that action at this time.
0 commit comments