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 fc2797c commit 0150601Copy full SHA for 0150601
README.md
@@ -289,7 +289,7 @@ You can use basic Unix commands to check for patterns like pg_ functions directl
289
| Count occurrences of each function | `grep -oE '\bpg_[a-zA-Z0-9_]+\(' chunks/* \| sort \| uniq -c \| sort -nr` |
290
| Full SQL lines containing pg\_\* | `grep -E '\bpg_[a-zA-Z0-9_]+\(' chunks/*` |
291
292
-ALso, before or after running `crdb-sql-audit`, you can inspect your logs to see how often common filters appear.
+Also, before or after running `crdb-sql-audit`, you can inspect your logs to see how often common filters appear.
293
294
For example, to count usage of PostgreSQL built-ins and log patterns:
295
0 commit comments