Skip to content

Commit 0150601

Browse files
committed
debug enhancements and raw support
1 parent fc2797c commit 0150601

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
@@ -289,7 +289,7 @@ You can use basic Unix commands to check for patterns like pg_ functions directl
289289
| Count occurrences of each function | `grep -oE '\bpg_[a-zA-Z0-9_]+\(' chunks/* \| sort \| uniq -c \| sort -nr` |
290290
| Full SQL lines containing pg\_\* | `grep -E '\bpg_[a-zA-Z0-9_]+\(' chunks/*` |
291291

292-
ALso, before or after running `crdb-sql-audit`, you can inspect your logs to see how often common filters appear.
292+
Also, before or after running `crdb-sql-audit`, you can inspect your logs to see how often common filters appear.
293293

294294
For example, to count usage of PostgreSQL built-ins and log patterns:
295295

0 commit comments

Comments
 (0)