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
77PostgreSQL parser/evaluator so you see exactly the errors would occur at runtime.
88Furthermore, it parses the SQL inside your routines and finds errors not usually found during
99the "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
1111messages you already know about, or to remind you to come back for deeper cleaning later.
1212
1313I 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