Skip to content

Commit

Permalink
Merge branch 'master' of github.com:okbob/plpgsql_check
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Dec 20, 2024
2 parents 32944e6 + 5e2509f commit 913c21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This extension is a full linter for plpgsql for PostgreSQL. It leverages only t
PostgreSQL parser/evaluator so you see exactly the errors would occur at runtime.
Furthermore, it parses the SQL inside your routines and finds errors not usually found during
the "CREATE PROCEDURE/FUNCTION" command. You can control the levels of many warnings and hints.
Finally, you can add PRAGAMA type markers to turn off/on many aspects allowing you to hide
Finally, you can add PRAGMA type markers to turn off/on many aspects allowing you to hide
messages you already know about, or to remind you to come back for deeper cleaning later.

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

0 comments on commit 913c21c

Please sign in to comment.