Skip to content

Commit 3b09052

Browse files
authored
Update README.md
1 parent 74687c2 commit 3b09052

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
@@ -2,7 +2,7 @@ plpgsql_check
22
=============
33

44
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.
5+
PostgreSQL parser/evaluator so you see exactly the errors that would occur at runtime.
66
Furthermore, it parses the SQL inside your routines and finds errors not usually found during
77
the "CREATE PROCEDURE/FUNCTION" command. You can control the levels of many warnings and hints.
88
Finally, you can add PRAGAMA type markers to turn off/on many aspects allowing you to hide

0 commit comments

Comments
 (0)