We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74687c2 commit 3b09052Copy full SHA for 3b09052
README.md
@@ -2,7 +2,7 @@ plpgsql_check
2
=============
3
4
This extension is a full linter for plpgsql for PostgreSQL. It leverages only the internal
5
-PostgreSQL parser/evaluator so you see exactly the errors would occur at runtime.
+PostgreSQL parser/evaluator so you see exactly the errors that would occur at runtime.
6
Furthermore, it parses the SQL inside your routines and finds errors not usually found during
7
the "CREATE PROCEDURE/FUNCTION" command. You can control the levels of many warnings and hints.
8
Finally, you can add PRAGAMA type markers to turn off/on many aspects allowing you to hide
0 commit comments