Skip to content

Commit 913c21c

Browse files
committed
Merge branch 'master' of github.com:okbob/plpgsql_check
2 parents 32944e6 + 5e2509f commit 913c21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This extension is a full linter for plpgsql for PostgreSQL. It leverages only t
77
PostgreSQL parser/evaluator so you see exactly the errors would occur at runtime.
88
Furthermore, it parses the SQL inside your routines and finds errors not usually found during
99
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
1111
messages you already know about, or to remind you to come back for deeper cleaning later.
1212

1313
I founded this project, because I wanted to publish the code I wrote for the two years,

0 commit comments

Comments
 (0)